Struct xpcom::interfaces::mozISpellI18NManager [] [src]

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

interface mozISpellI18NManager : nsISupports

/**
 * This interface contains various I18N related code used in various places
 * by the spell checker.
 */

Methods

impl mozISpellI18NManager
[src]

[src]

Cast this mozISpellI18NManager to one of its base interfaces.

impl mozISpellI18NManager
[src]

[src]

/**
   * Get a mozISpellI18NUtil interface that best matches the given language.
   */

mozISpellI18NUtil getUtil (in wstring language);

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

IID: nsIID = nsID(2931331951, 8604, 19772, [131, 133, 217, 56, 45, 170, 85, 26])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for mozISpellI18NManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.