Struct xpcom::interfaces::nsIFlavorDataProvider [] [src]

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

interface nsIFlavorDataProvider : nsISupports

Methods

impl nsIFlavorDataProvider
[src]

[src]

Cast this nsIFlavorDataProvider to one of its base interfaces.

impl nsIFlavorDataProvider
[src]

[src]

/**
    * Retrieve the data from this data provider.
    *
    * @param  aTransferable (in parameter) the transferable we're being called for.
    * @param  aFlavor (in parameter) the flavor of data to retrieve
    * @param  aData the data. Some variant of class in nsISupportsPrimitives.idl
    * @param  aDataLen the length of the data
    */

void getFlavorData (in nsITransferable aTransferable, in string aFlavor, out nsISupports aData, out unsigned long aDataLen);

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 nsIFlavorDataProvider
[src]

IID: nsIID = nsID(2116181599, 28956, 4567, [159, 174, 0, 3, 147, 99, 101, 146])

[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 nsIFlavorDataProvider
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFlavorDataProvider
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.