/* * ************* DO NOT EDIT THIS FILE *********** * * This file was automatically generated from ./mozISpellI18NManager.idl. */ using System; using System.Runtime.InteropServices; namespace Mozilla.XPCOM { /** * Interface mozISpellI18NManager * * IID: 0xAEB8936F-219C-4D3C-8385-D9382DAA551A */ public unsafe class mozISpellI18NManager : nsISupports { public static string MOZISPELLI18NMANAGER_IID_STRING = "AEB8936F-219C-4D3C-8385-D9382DAA551A"; public static System.Guid MOZISPELLI18NMANAGER_IID = new System.Guid("AEB8936F-219C-4D3C-8385-D9382DAA551A"); /* mozISpellI18NUtil getUtil (in wstring language); */ public mozISpellI18NUtil* getUtil(string language); } }