Split off the extension importing stuff into a new library, 'ShellJS'
This allows us to create a separate utility to import things from shell extensions that does not have the entire Shell stack built up https://bugzilla.gnome.org/show_bug.cgi?id=668429
This commit is contained in:
@ -119,12 +119,6 @@ void shell_global_run_at_leisure (ShellGlobal *global,
|
||||
|
||||
|
||||
/* Misc utilities / Shell API */
|
||||
gboolean shell_global_add_extension_importer (ShellGlobal *global,
|
||||
const char *target_object_script,
|
||||
const char *target_property,
|
||||
const char *directory,
|
||||
GError **error);
|
||||
|
||||
void shell_global_sync_pointer (ShellGlobal *global);
|
||||
|
||||
GAppLaunchContext *
|
||||
|
Reference in New Issue
Block a user