GNOME Shell extension utility for retrieving GSettings.
This module's source uses ES6 classes and modules, to build it into an ES5 UMD
module run npm run build
.
To use in an extension, include the UMD module or use a module bundler like Webpack.
import gsettings from 'gnome-shell-gsettings';
const settings = gsettings();
const dirSettings = gsettings('./schemas', 'org.foo');
const externalSettings = gsettings('/tmp', 'org.foo');
For now, the JSDoc annotations in the source.