Struct xpcom::interfaces::nsIAlertsIconData [] [src]

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

interface nsIAlertsIconData : nsISupports

Methods

impl nsIAlertsIconData
[src]

[src]

Cast this nsIAlertsIconData to one of its base interfaces.

impl nsIAlertsIconData
[src]

[src]

/**
   * Shows an alert with an icon. Web notifications use the favicon of the
   * page that created the alert. If the favicon is not in the Places database,
   * |aIconSize| will be zero.
  */

void showAlertWithIconData (in nsIAlertNotification aAlert, [optional] in nsIObserver aAlertListener, [optional] in uint32_t aIconSize, [array, size_is (aIconSize), const] in uint8_t aIconData);

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

IID: nsIID = nsID(4235034378, 3318, 17000, [140, 113, 171, 100, 8, 66, 185, 177])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAlertsIconData
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.