Struct xpcom::interfaces::nsIProfileUnlocker [] [src]

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

interface nsIProfileUnlocker : nsISupports

Methods

impl nsIProfileUnlocker
[src]

[src]

Cast this nsIProfileUnlocker to one of its base interfaces.

impl nsIProfileUnlocker
[src]

ATTEMPT_QUIT: i64 = 0

FORCE_QUIT: i64 = 1

[src]

/**
   * Try to unlock the specified profile by attempting or forcing the
   * process that currently holds the lock to quit.
   *
   * @param aSeverity either ATTEMPT_QUIT or FORCE_QUIT
   * @throws NS_ERROR_FAILURE if unlocking failed.
   */

void unlock (in unsigned long aSeverity);

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

IID: nsIID = nsID(143801073, 59299, 20398, [186, 2, 18, 133, 2, 25, 57, 148])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProfileUnlocker
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.