Struct xpcom::interfaces::nsIGIOService [] [src]

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

interface nsIGIOService : nsISupports

Methods

impl nsIGIOService
[src]

[src]

Cast this nsIGIOService to one of its base interfaces.

impl nsIGIOService
[src]

[src]

/*** MIME registry methods ***/

AUTF8String getMimeTypeFromExtension (in AUTF8String extension);

[src]

nsIGIOMimeApp getAppForURIScheme (in AUTF8String aURIScheme);

[src]

nsIMutableArray getAppsForURIScheme (in AUTF8String aURIScheme);

[src]

nsIGIOMimeApp getAppForMimeType (in AUTF8String mimeType);

[src]

nsIGIOMimeApp createAppFromCommand (in AUTF8String cmd, in AUTF8String appName);

[src]

nsIGIOMimeApp findAppFromCommand (in AUTF8String cmd);

[src]

AUTF8String getDescriptionForMimeType (in AUTF8String mimeType);

[src]

/*** Misc. methods ***/

void showURI (in nsIURI uri);

[src]

[noscript] void showURIForInput (in ACString uri);

[src]

[noscript] void orgFreedesktopFileManager1ShowItems (in ACString path);

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

IID: nsIID = nsID(3986827824, 34017, 19990, [156, 160, 205, 21, 83, 194, 179, 74])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGIOService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.