Struct xpcom::interfaces::mozIAsyncHistory [] [src]

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

interface mozIAsyncHistory : nsISupports

/**
 * This interface contains APIs for cpp consumers.
 * Javascript consumers should look at History.jsm instead,
 * that is exposed through PlacesUtils.history.
 *
 * If you're evaluating adding a new history API, it should
 * usually go to History.jsm, unless it needs to do long and
 * expensive work in a batch, then it could be worth doing
 * that in History.cpp.
 */

Methods

impl mozIAsyncHistory
[src]

[src]

Cast this mozIAsyncHistory to one of its base interfaces.

impl mozIAsyncHistory
[src]

[src]

/**
   * Checks if a given URI has been visited.
   *
   * @param aURI
   *        The URI to check for.
   * @param aCallback
   *        A mozIVisitStatusCallback object which receives the visited status.
   */

void isURIVisited (in nsIURI aURI, in mozIVisitedStatusCallback aCallback);

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

IID: nsIID = nsID(373551058, 41769, 18227, [163, 157, 23, 6, 156, 141, 59, 45])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIAsyncHistory
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.