import "sbIStringBundleService.idl";
Public Member Functions | |
nsIStringBundle | createBundle (in string aURLSpec) |
Create a thread-safe string bundle for the bundle with the URL spec specified by aURLSpec. | |
Public Attributes | |
readonly attribute nsIStringBundle | bundle |
Main Songbird string bundle. Thread-safe. | |
readonly attribute nsIStringBundle | brandBundle |
Main Songbird brand string bundle. Thread-safe. |
"@songbirdnest.com/Songbird/stringbundle;1"
Definition at line 51 of file sbIStringBundleService.idl.
nsIStringBundle sbIStringBundleService::createBundle | ( | in string | aURLSpec | ) |
Create a thread-safe string bundle for the bundle with the URL spec specified by aURLSpec.
aURLSpec | URL spec of string bundle. |