Struct xpcom::interfaces::nsISearchInstallCallback [] [src]

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

interface nsISearchInstallCallback : nsISupports

Methods

impl nsISearchInstallCallback
[src]

[src]

Cast this nsISearchInstallCallback to one of its base interfaces.

impl nsISearchInstallCallback
[src]

ERROR_UNKNOWN_FAILURE: i64 = 1

ERROR_DUPLICATE_ENGINE: i64 = 2

[src]

/**
   * Called to indicate that the engine addition process succeeded.
   *
   * @param engine
   *        The nsISearchEngine object that was added (will not be null).
   */

void onSuccess (in nsISearchEngine engine);

[src]

/**
   * Called to indicate that the engine addition process failed.
   *
   * @param errorCode
   *        One of the ERROR_* values described above indicating the cause of
   *        the failure.
   */

void onError (in unsigned long errorCode);

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

IID: nsIID = nsID(2680394038, 61579, 18131, [178, 50, 150, 244, 183, 176, 226, 53])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISearchInstallCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.