Struct xpcom::interfaces::nsIUpdateCheckListener [] [src]

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

interface nsIUpdateCheckListener : nsISupports

/**
 * An interface describing an object that listens to the progress of an update
 * check operation. This object is notified as the check continues, finishes
 * and if it has an error.
 */

Methods

impl nsIUpdateCheckListener
[src]

[src]

Cast this nsIUpdateCheckListener to one of its base interfaces.

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

IID: nsIID = nsID(1252177083, 14826, 16507, [152, 255, 137, 241, 145, 52, 212, 192])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUpdateCheckListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.