Struct xpcom::interfaces::nsIContentPermissionRequester [] [src]

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

interface nsIContentPermissionRequester : nsISupports

/**
 *  Interface provides the way to get the visibility and
 *  the notification.
 */

Methods

impl nsIContentPermissionRequester
[src]

[src]

Cast this nsIContentPermissionRequester to one of its base interfaces.

impl nsIContentPermissionRequester
[src]

[src]

/**
   * The function to get the visibility.
   */

void getVisibility (in nsIContentPermissionRequestCallback callback);

[src]

/**
   * The callback to get the notification of visibility change.
   */

attribute nsIContentPermissionRequestCallback onVisibilityChange;

[src]

/**
   * The callback to get the notification of visibility change.
   */

attribute nsIContentPermissionRequestCallback onVisibilityChange;

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

IID: nsIID = nsID(4166480164, 27231, 18543, [174, 4, 197, 188, 174, 145, 30, 181])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentPermissionRequester
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.