Struct xpcom::interfaces::nsIGConfService [] [src]

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

interface nsIGConfService : nsISupports

Methods

impl nsIGConfService
[src]

[src]

Cast this nsIGConfService to one of its base interfaces.

impl nsIGConfService
[src]

[src]

boolean getBool (in AUTF8String key);

[src]

AUTF8String getString (in AUTF8String key);

[src]

long getInt (in AUTF8String key);

[src]

float getFloat (in AUTF8String key);

[src]

nsIArray getStringList (in AUTF8String key);

[src]

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

[src]

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

[src]

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

[src]

void setFloat (in AUTF8String key, in float value);

[src]

AUTF8String getAppForProtocol (in AUTF8String scheme, out boolean enabled);

[src]

boolean handlerRequiresTerminal (in AUTF8String scheme);

[src]

void setAppForProtocol (in AUTF8String scheme, in AUTF8String command);

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

IID: nsIID = nsID(1342811310, 26995, 18627, [182, 214, 82, 198, 146, 204, 93, 157])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIGConfService
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.