Struct xpcom::interfaces::nsPIExternalAppLauncher [] [src]

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

interface nsPIExternalAppLauncher : nsISupports

/**
 * This is a private interface shared between external app handlers and the platform specific
 * external helper app service
 */

Methods

impl nsPIExternalAppLauncher
[src]

[src]

Cast this nsPIExternalAppLauncher to one of its base interfaces.

impl nsPIExternalAppLauncher
[src]

[src]

/**
   * mscott --> eventually I should move this into a new service so other
   * consumers can add temporary files they want deleted on exit.
   * @param aTemporaryFile A temporary file we should delete on exit.
   */

void deleteTemporaryFileOnExit (in nsIFile aTemporaryFile);

[src]

/**
   * Delete a temporary file created inside private browsing mode when
   * the private browsing mode has ended.
   */

void deleteTemporaryPrivateFileWhenPossible (in nsIFile aTemporaryFile);

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

IID: nsIID = nsID(1712579303, 65195, 20026, [187, 31, 176, 50, 0, 213, 68, 236])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsPIExternalAppLauncher
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.