Struct xpcom::interfaces::nsIStringBundle [] [src]

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

interface nsIStringBundle : nsISupports

Methods

impl nsIStringBundle
[src]

[src]

Cast this nsIStringBundle to one of its base interfaces.

impl nsIStringBundle
[src]

[src]

AString GetStringFromID (in long aID);

[src]

[binaryname(GetStringFromAUTF8Name)] AString GetStringFromName (in AUTF8String aName);

[src]

[binaryname(GetStringFromName),noscript] AString GetStringFromNameCpp (in string aName);

[src]

AString formatStringFromID (in long aID, [array, size_is (length)] in wstring params, in unsigned long length);

[src]

[binaryname(FormatStringFromAUTF8Name)] AString formatStringFromName (in AUTF8String aName, [array, size_is (length)] in wstring params, in unsigned long length);

[src]

[binaryname(FormatStringFromName),noscript] AString formatStringFromNameCpp (in string aName, [array, size_is (length)] in wstring params, in unsigned long length);

[src]

nsISimpleEnumerator getSimpleEnumeration ();

[src]

void asyncPreload ();

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

IID: nsIID = nsID(3629782978, 43644, 4562, [155, 140, 0, 128, 95, 138, 22, 217])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIStringBundle
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.