Struct xpcom::interfaces::nsIExternalURLHandlerService [] [src]

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

interface nsIExternalURLHandlerService : nsISupports

/**
 * The external URL handler service is used for finding
 * platform-specific applications for handling particular URLs.
 */

Methods

impl nsIExternalURLHandlerService
[src]

[src]

Cast this nsIExternalURLHandlerService to one of its base interfaces.

impl nsIExternalURLHandlerService
[src]

[src]

/**
   * Given a URL, looks up the handler info from the OS. This should be
   * overridden by each OS's implementation.
   *
   * @param aURL The URL we are looking for.
   * @param aFound  Was an OS default handler for this URL found?
   * @return  An nsIHanderInfo for the protocol.
   */

nsIHandlerInfo getURLHandlerInfoFromOS (in nsIURI aURL, out boolean aFound);

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

IID: nsIID = nsID(1455802323, 28627, 17400, [148, 41, 67, 151, 225, 17, 69, 58])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIExternalURLHandlerService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.