Struct xpcom::interfaces::nsIAlertsDoNotDisturb [] [src]

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

interface nsIAlertsDoNotDisturb : nsISupports

Methods

impl nsIAlertsDoNotDisturb
[src]

[src]

Cast this nsIAlertsDoNotDisturb to one of its base interfaces.

impl nsIAlertsDoNotDisturb
[src]

[src]

/**
   * Toggles a manual Do Not Disturb mode for the service to reduce the amount
   * of disruption that alerts cause the user.
   * This may mean only displaying them in a notification tray/center or not
   * displaying them at all. If a system backend already supports a similar
   * feature controlled by the user, enabling this may not have any impact on
   * code to show an alert. e.g. on OS X, the system will take care not
   * disrupting a user if we simply create a notification like usual.
   */

attribute bool manualDoNotDisturb;

[src]

/**
   * Toggles a manual Do Not Disturb mode for the service to reduce the amount
   * of disruption that alerts cause the user.
   * This may mean only displaying them in a notification tray/center or not
   * displaying them at all. If a system backend already supports a similar
   * feature controlled by the user, enabling this may not have any impact on
   * code to show an alert. e.g. on OS X, the system will take care not
   * disrupting a user if we simply create a notification like usual.
   */

attribute bool manualDoNotDisturb;

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

IID: nsIID = nsID(3319152186, 9629, 17832, [185, 100, 131, 119, 150, 124, 180, 210])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAlertsDoNotDisturb
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.