Struct xpcom::interfaces::nsIPartialSHistoryListener [] [src]

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

interface nsIPartialSHistoryListener : nsISupports

/**
 * Listener to handle cross partial nsISHistory navigation requests.
 */

Methods

impl nsIPartialSHistoryListener
[src]

[src]

Cast this nsIPartialSHistoryListener to one of its base interfaces.

impl nsIPartialSHistoryListener
[src]

[src]

/**
   * Called when the navigation target belongs to another nsISHistory within
   * the same nsIGroupedSHistory, and it needs to initiate cross nsISHistory
   * navigation.
   *
   * @param aIndex The index of complete history to navigate to.
   */

void onRequestCrossBrowserNavigation (in unsigned long aIndex);

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

IID: nsIID = nsID(3188511414, 28419, 17254, [159, 226, 24, 76, 145, 79, 243, 223])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPartialSHistoryListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.