Struct xpcom::interfaces::mozIVisitedStatusCallback [] [src]

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

interface mozIVisitedStatusCallback : nsISupports

Methods

impl mozIVisitedStatusCallback
[src]

[src]

Cast this mozIVisitedStatusCallback to one of its base interfaces.

impl mozIVisitedStatusCallback
[src]

[src]

/**
   * Notifies whether a certain URI has been visited.
   *
   * @param aURI
   *        URI being notified about.
   * @param aVisitedStatus
   *        The visited status of aURI.
   */

void isVisited (in nsIURI aURI, in boolean aVisitedStatus);

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

IID: nsIID = nsID(2571145919, 37743, 17563, [141, 214, 9, 65, 224, 36, 54, 13])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozIVisitedStatusCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.