Struct xpcom::interfaces::nsINativeFileWatcherSuccessCallback [] [src]

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

interface nsINativeFileWatcherSuccessCallback : nsISupports

/**
 * The interface for the callback invoked when a file watcher operation
 * successfully completes.
 */

Methods

impl nsINativeFileWatcherSuccessCallback
[src]

[src]

Cast this nsINativeFileWatcherSuccessCallback to one of its base interfaces.

impl nsINativeFileWatcherSuccessCallback
[src]

[src]

/**
   * @param resourcePath
   *        The path of the resource for which the operation completes.
   */

void complete (in AString resourcePath);

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

IID: nsIID = nsID(3285710146, 26651, 19133, [157, 101, 157, 121, 155, 41, 164, 43])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINativeFileWatcherSuccessCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.