mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensionUtils: Split out extension convenience functions
ExtensionUtils was originally used for shared functions between the extension system and the (old) prefs-tool, but then gained useful API meant for extensions themselves. It's a bit weird to mix the two, so split out the extension convenience API into a separate module. We will soon split up the module further, and add specific "flavors" for extensions and preferences, with the current code providing a shared base for both. That should explain both the new location and the odd module name. :-) Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2837>
This commit is contained in:
parent
23f525785c
commit
d3f662fbf2
6 changed files with 211 additions and 204 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<file>extensionPrefsDialog.js</file>
|
||||
<file>dbusService.js</file>
|
||||
|
||||
<file>extensions/sharedInternals.js</file>
|
||||
|
||||
<file>misc/config.js</file>
|
||||
<file>misc/extensionUtils.js</file>
|
||||
<file>misc/dbusUtils.js</file>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue