Struct xpcom::interfaces::nsIProfileStartup [] [src]

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

interface nsIProfileStartup : nsISupports

/**
 * Helper interface for nsIProfileMigrator.
 *
 * @provider Toolkit (Startup code)
 * @client   Application (Profile-migration code)
 * @obtainable nsIProfileMigrator.migrate
 */

Methods

impl nsIProfileStartup
[src]

[src]

Cast this nsIProfileStartup to one of its base interfaces.

impl nsIProfileStartup
[src]

[src]

/**
   * The root directory of the semi-current profile, during profile migration.
   * After nsIProfileMigrator.migrate has returned, this object will not be
   * useful.
   */

readonly attribute nsIFile directory;

[src]

/**
   * Do profile-startup by setting NS_APP_USER_PROFILE_50_DIR in the directory
   * service and notifying the profile-startup observer topics.
   */

void doStartup ();

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

IID: nsIID = nsID(76438689, 3767, 19377, [169, 162, 163, 111, 125, 78, 14, 60])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProfileStartup
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.