Struct xpcom::interfaces::nsIEditorUtils [] [src]

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

interface nsIEditorUtils : nsISupports

/**
 * A collection of utility functions that editors can use that are more easily
 * done in JavaScript.
 */

Methods

impl nsIEditorUtils
[src]

[src]

Cast this nsIEditorUtils to one of its base interfaces.

impl nsIEditorUtils
[src]

[src]

/**
   * Given a blob, returns the data from that blob, asynchronously.
   */

void slurpBlob (in nsIDOMBlob aBlob, in mozIDOMWindowProxy aScope, in nsIEditorBlobListener aListener);

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

IID: nsIID = nsID(1274628392, 22366, 19409, [131, 33, 162, 196, 179, 208, 17, 158])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIEditorUtils
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.