Struct xpcom::interfaces::nsIPushQuotaManager [] [src]

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

interface nsIPushQuotaManager : nsISupports

Methods

impl nsIPushQuotaManager
[src]

[src]

Cast this nsIPushQuotaManager to one of its base interfaces.

impl nsIPushQuotaManager
[src]

[src]

/**
   * Informs the quota manager that a notification
   * for the given origin has been shown. Used to
   * determine if push quota should be relaxed.
   */

void notificationForOriginShown (in string origin);

[src]

/**
   * Informs the quota manager that a notification
   * for the given origin has been closed. Used to
   * determine if push quota should be relaxed.
   */

void notificationForOriginClosed (in string origin);

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

IID: nsIID = nsID(2723503728, 18168, 19282, [191, 2, 217, 120, 185, 121, 209, 67])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPushQuotaManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.