Struct xpcom::interfaces::nsITokenDialogs [] [src]

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

interface nsITokenDialogs : nsISupports

Methods

impl nsITokenDialogs
[src]

[src]

Cast this nsITokenDialogs to one of its base interfaces.

impl nsITokenDialogs
[src]

[src]

[must_use] void ChooseToken (in nsIInterfaceRequestor ctx, [array, size_is (count)] in wstring tokenNameList, in unsigned long count, out AString tokenName, out boolean canceled);

[src]

/**
   * Displays notification dialog to the user that they are expected to
   * authenticate to the token using its "protected authentication path" feature.
   */

[must_use] void displayProtectedAuth (in nsIInterfaceRequestor ctx, in nsIProtectedAuthThread runnable);

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

IID: nsIID = nsID(2714485081, 18060, 18781, [128, 104, 97, 221, 83, 140, 188, 202])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITokenDialogs
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.