Struct xpcom::interfaces::mozILivemarkInfo [] [src]

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

interface mozILivemarkInfo : nsISupports

Methods

impl mozILivemarkInfo
[src]

[src]

Cast this mozILivemarkInfo to one of its base interfaces.

impl mozILivemarkInfo
[src]

[src]

/**
   * Id of the bookmarks folder representing this livemark.
   *
   * @deprecated Use guid instead.
   */

readonly attribute long long id;

[src]

/**
   * The globally unique identifier of this livemark.
   */

readonly attribute ACString guid;

[src]

/**
   * Title of this livemark.
   */

readonly attribute AString title;

[src]

/**
   * Id of the bookmarks parent folder containing this livemark.
   *
   * @deprecated Use parentGuid instead.
   */

readonly attribute long long parentId;

[src]

/**
   * Guid of the bookmarks parent folder containing this livemark.
   */

readonly attribute long long parentGuid;

[src]

/**
   * The position of this livemark in the bookmarks parent folder.
   */

readonly attribute long index;

[src]

/**
   * Time this livemark was created.
   */

readonly attribute PRTime dateAdded;

[src]

/**
   * Time this livemark's details were last modified.  Doesn't track changes to
   * the livemark contents.
   */

readonly attribute PRTime lastModified;

[src]

/**
   * The URI of the syndication feed associated with this livemark.
   */

readonly attribute nsIURI feedURI;

[src]

/**
   * The URI of the website associated with this livemark.
   */

readonly attribute nsIURI siteURI;

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

IID: nsIID = nsID(977034895, 60490, 16518, [174, 10, 209, 100, 32, 211, 12, 159])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozILivemarkInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.