Struct xpcom::interfaces::nsIRDFDelegateFactory [] [src]

#[repr(C)]
pub struct nsIRDFDelegateFactory { /* fields omitted */ }

interface nsIRDFDelegateFactory : nsISupports

/**
 * This interface should be implemented by an XPCOM factory that
 * is registered to handle "@mozilla.org/rdf/delegate-factory/[key]/[scheme];1"
 * ContractIDs.
 *
 * The factory will be invoked to create delegate objects from
 * nsIRDFResource::GetDelegate().
 */

Methods

impl nsIRDFDelegateFactory
[src]

[src]

Cast this nsIRDFDelegateFactory to one of its base interfaces.

impl nsIRDFDelegateFactory
[src]

[src]

/**
     * Create a delegate for the specified RDF resource.
     *
     * The created delegate should forward AddRef() and Release()
     * calls to the aOuter object.
     */

void CreateDelegate (in nsIRDFResource aOuter, in string aKey, in nsIIDRef aIID, [iid_is (aIID), retval] out nsQIResult aResult);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIRDFDelegateFactory
[src]

IID: nsIID = nsID(2713228400, 41252, 4563, [190, 89, 0, 32, 166, 54, 22, 103])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIRDFDelegateFactory
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFDelegateFactory
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.