Struct xpcom::interfaces::nsIDashboardEventNotifier [] [src]

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

interface nsIDashboardEventNotifier : nsISupports

Methods

impl nsIDashboardEventNotifier
[src]

[src]

Cast this nsIDashboardEventNotifier to one of its base interfaces.

impl nsIDashboardEventNotifier
[src]

[src]

void addHost (in ACString aHost, in unsigned long aSerial, in boolean aEncrypted);

[src]

void removeHost (in ACString aHost, in unsigned long aSerial);

[src]

void newMsgSent (in ACString aHost, in unsigned long aSerial, in unsigned long aLength);

[src]

void newMsgReceived (in ACString aHost, in unsigned long aSerial, in unsigned long aLength);

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

IID: nsIID = nsID(620625086, 21707, 18839, [131, 146, 60, 71, 97, 38, 234, 59])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDashboardEventNotifier
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.