Struct xpcom::interfaces::nsIUpdateProcessor [] [src]

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

interface nsIUpdateProcessor : nsISupports

/**
 * An interface describing a component which handles the job of processing
 * an update after it's been downloaded.
 */

Methods

impl nsIUpdateProcessor
[src]

[src]

Cast this nsIUpdateProcessor to one of its base interfaces.

impl nsIUpdateProcessor
[src]

[src]

/**
   * Processes the update which has been downloaded.
   * This happens without restarting the application.
   * On Windows, this can also be used for switching to an applied
   * update request.
   * @param update The update being applied, or null if this is a switch
   *               to updated application request.
   */

void processUpdate (in nsIUpdate update);

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

IID: nsIID = nsID(1950586007, 55190, 18709, [140, 239, 61, 254, 67, 2, 126, 77])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUpdateProcessor
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.