Struct xpcom::interfaces::nsIGSettingsCollection [] [src]

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

interface nsIGSettingsCollection : nsISupports

Methods

impl nsIGSettingsCollection
[src]

[src]

Cast this nsIGSettingsCollection to one of its base interfaces.

impl nsIGSettingsCollection
[src]

[src]

void setString (in AUTF8String key, in AUTF8String value);

[src]

void setBoolean (in AUTF8String key, in boolean value);

[src]

void setInt (in AUTF8String key, in long value);

[src]

AUTF8String getString (in AUTF8String key);

[src]

boolean getBoolean (in AUTF8String key);

[src]

long getInt (in AUTF8String key);

[src]

nsIArray getStringList (in AUTF8String key);

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

IID: nsIID = nsID(383103213, 59222, 20251, [168, 206, 145, 50, 232, 105, 172, 216])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGSettingsCollection
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.