Struct xpcom::interfaces::nsIPromptFactory [] [src]

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

interface nsIPromptFactory : nsISupports

/**
 * This interface allows creating various prompts that have a specific parent.
 */

Methods

impl nsIPromptFactory
[src]

[src]

Cast this nsIPromptFactory to one of its base interfaces.

impl nsIPromptFactory
[src]

[src]

/**
   * Returns an object implementing the specified interface that creates
   * prompts parented to aParent.
   */

void getPrompt (in mozIDOMWindowProxy aParent, in nsIIDRef iid, [iid_is (iid), retval] out nsQIResult result);

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

IID: nsIID = nsID(671306780, 51562, 20465, [189, 124, 156, 181, 102, 212, 106, 235])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPromptFactory
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.