Adding nsExtensibleStringBundle support.

This commit is contained in:
cata%netscape.com 2000-01-06 21:54:27 +00:00
Родитель a4edcd5c0d
Коммит a53115c0db
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -49,5 +49,6 @@ interface nsIStringBundle : nsISupports
interface nsIStringBundleService : nsISupports
{
nsIStringBundle CreateBundle([const] in string aURLSpec, in nsILocale aLocale);
nsIStringBundle CreateExtensibleBundle([const] in string aRegistryKey, in nsILocale aLocale);
nsIStringBundle CreateXPCBundle([const] in string aURLSpec, [const] in wstring aLocaleName);
};