Struct xpcom::interfaces::nsIFilePickerShownCallback [] [src]

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

interface nsIFilePickerShownCallback : nsISupports

Methods

impl nsIFilePickerShownCallback
[src]

[src]

Cast this nsIFilePickerShownCallback to one of its base interfaces.

impl nsIFilePickerShownCallback
[src]

[src]

/**
  * Callback which is called when a filepicker is shown and a result
  * is returned.
  *
  * @param aResult One of returnOK, returnCancel, or returnReplace
  */

void done (in short aResult);

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

IID: nsIID = nsID(226078125, 45636, 18853, [153, 151, 42, 140, 173, 147, 252, 68])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFilePickerShownCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.