mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
For the time being this mostly means re-exporting functions from the shared module. However openPrefs() is now only available to extensions, and we stop exporting both getCurrentExtension() and setExtensionManager() to either extensions or prefs. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2837>
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
export {
|
|
getSettings,
|
|
initTranslations,
|
|
gettext,
|
|
ngettext,
|
|
pgettext
|
|
} from './sharedInternals.js';
|