Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIGSettingsService

Please add a summary to this article.
1.0
28
Introduced
Gecko 6.0
Inherits from: nsISupports Last changed in Gecko 6.0 (Firefox 6.0 / Thunderbird 6.0 / SeaMonkey 2.3)

Implemented by: @mozilla.org/gsettings-service;1 as a service:

var gSettingsService = Components.classes["@mozilla.org/gsettings-service;1"]
                       .createInstance(Components.interfaces.nsIGSettingsService);

Method overview

nsIGSettingsCollection getCollectionForSchema(in AUTF8String schema);

Methods

getCollectionForSchema()

nsIGSettingsCollection getCollectionForSchema(
  in AUTF8String schema
);
Parameters
schema
Return value

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh
 Last updated by: Sheppy,