Struct xpcom::interfaces::nsIAlertsIconURI [] [src]

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

interface nsIAlertsIconURI : nsISupports

Methods

impl nsIAlertsIconURI
[src]

[src]

Cast this nsIAlertsIconURI to one of its base interfaces.

impl nsIAlertsIconURI
[src]

[src]

/**
   * Shows an alert with an icon URI. Web notifications use |moz-anno:|
   * URIs to reference favicons from Places. If the page doesn't have a
   * favicon, |aIconURI| will be |null|.
   */

void showAlertWithIconURI (in nsIAlertNotification aAlert, [optional] in nsIObserver aAlertListener, [optional] in nsIURI aIconURI);

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

IID: nsIID = nsID(4089981205, 48992, 16874, [145, 206, 108, 70, 178, 46, 56, 26])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAlertsIconURI
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.