Struct xpcom::interfaces::nsIINIParser [] [src]

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

interface nsIINIParser : nsISupports

Methods

impl nsIINIParser
[src]

[src]

Cast this nsIINIParser to one of its base interfaces.

impl nsIINIParser
[src]

[src]

/**
   * Enumerates the [section]s available in the INI file.
   */

nsIUTF8StringEnumerator getSections ();

[src]

/**
   * Enumerates the keys available within a section.
   */

nsIUTF8StringEnumerator getKeys (in AUTF8String aSection);

[src]

/**
   * Get the value of a string for a particular section and key.
   */

AUTF8String getString (in AUTF8String aSection, in AUTF8String aKey);

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

IID: nsIID = nsID(2126075382, 15992, 19769, [183, 47, 193, 191, 18, 169, 75, 206])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIINIParser
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.