Struct xpcom::interfaces::nsIClipboardDragDropHookList [] [src]

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

interface nsIClipboardDragDropHookList : nsISupports

/**
 * Please note that the following api is not intended for embedders;
 * it is intended as an internal (to gecko).  Embedders can indirectly
 * call these by sending commands (see description in
 * nsIClipboardDragDropHooks.idl).
 *
 * Internal gecko usage is accomplished by calling get_Interface on a
 * docshell.
 */

Methods

impl nsIClipboardDragDropHookList
[src]

[src]

Cast this nsIClipboardDragDropHookList to one of its base interfaces.

impl nsIClipboardDragDropHookList
[src]

[src]

/**
   * Add a hook to list.
   * @param aHooks  implementation of hooks
   */

void addClipboardDragDropHooks (in nsIClipboardDragDropHooks aHooks);

[src]

/**
   * Remove a hook from list (note if this implementation is not present
   * in the list then removal will be ignored).
   * @param aHooks  implementation of hooks
   */

void removeClipboardDragDropHooks (in nsIClipboardDragDropHooks aHooks);

[src]

/**
   * Gets an enumerator for all hooks which have been added.
   * @return nsISimpleEnumerator for nsIClipboardDragDropHooks
   */

nsISimpleEnumerator getHookEnumerator ();

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

IID: nsIID = nsID(2271879189, 27494, 4567, [143, 24, 0, 3, 147, 138, 157, 150])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIClipboardDragDropHookList
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.