Struct xpcom::interfaces::nsIPageThumbsStorageService [] [src]

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

interface nsIPageThumbsStorageService : nsISupports

/**
 * A service which returns information about file paths where the
 * screenshots for URLs are stored. These screenshots are used by the
 * moz-page-thumb protocol
 */

Methods

impl nsIPageThumbsStorageService
[src]

[src]

Cast this nsIPageThumbsStorageService to one of its base interfaces.

impl nsIPageThumbsStorageService
[src]

[src]

/**
   * Returns the leaf name of the file containing the screenshot for a given URL
   */

AString getLeafNameForURL (in AString aURL);

[src]

/**
   * Returns the path where the thumbnails are stored
   */

readonly attribute ACString path;

[src]

/**
   * Returns the full file path containing the screenshot for a given URL
   */

AString getFilePathForURL (in AString aURL);

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

IID: nsIID = nsID(2543075052, 3656, 18927, [183, 183, 207, 74, 160, 16, 155, 182])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPageThumbsStorageService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.