Struct xpcom::interfaces::nsIXULOverlayProvider [] [src]

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

interface nsIXULOverlayProvider : nsISupports

/**
 * The chrome registry implements this interface to give overlays
 * to the gecko XUL engine.
 */

Methods

impl nsIXULOverlayProvider
[src]

[src]

Cast this nsIXULOverlayProvider to one of its base interfaces.

impl nsIXULOverlayProvider
[src]

[src]

/**
     * Get the XUL overlays for a particular chrome URI.
     *
     * @param aURI  The URI being loaded
     * @return      An enumerator of nsIURI for the overlays of this URI
     */

nsISimpleEnumerator getXULOverlays (in nsIURI aURI);

[src]

/**
     * Get the style overlays for a particular chrome URI.
     *
     * @param aURI  The URI being loaded
     * @return      An enumerator of nsIURI for the overlays of this URI
     */

nsISimpleEnumerator getStyleOverlays (in nsIURI aURI);

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

IID: nsIID = nsID(492526484, 56391, 16464, [147, 183, 172, 9, 46, 56, 60, 173])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXULOverlayProvider
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.