Struct xpcom::interfaces::nsIExternalSharingAppService [] [src]

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

interface nsIExternalSharingAppService : nsISupports

Methods

impl nsIExternalSharingAppService
[src]

[src]

Cast this nsIExternalSharingAppService to one of its base interfaces.

impl nsIExternalSharingAppService
[src]

[src]

void shareWithDefault (in AString data, in AString mime, [optional] in AString title);

[src]

void getSharingApps (in AString aMIMEType, [optional] out unsigned long aLen, [array, size_is (aLen), retval] out nsISharingHandlerApp handlerApps);

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

IID: nsIID = nsID(3481076965, 14482, 18478, [129, 187, 7, 61, 193, 200, 63, 118])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIExternalSharingAppService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.