Struct xpcom::interfaces::nsIAutoCompleteSimpleResultListener [] [src]

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

interface nsIAutoCompleteSimpleResultListener : nsISupports

Methods

impl nsIAutoCompleteSimpleResultListener
[src]

[src]

Cast this nsIAutoCompleteSimpleResultListener to one of its base interfaces.

impl nsIAutoCompleteSimpleResultListener
[src]

[src]

/**
   * Dispatched after a value is removed from the result.
   * @param aResult
   *        The result from which aValue has been removed.
   * @param aValue
   *        The removed value.
   * @param aRemoveFromDb
   *        Whether the value should be removed from persistent storage as well.
   */

void onValueRemoved (in nsIAutoCompleteSimpleResult aResult, in AString aValue, in boolean aRemoveFromDb);

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

IID: nsIID = nsID(5176773, 6537, 18548, [138, 122, 52, 91, 242, 250, 51, 175])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAutoCompleteSimpleResultListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.