mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
shellDBus: Split extensions API out into a separate DBus interface
The generic "Shell" interface was getting a bit too crowded. https://bugzilla.gnome.org/show_bug.cgi?id=679099
This commit is contained in:
parent
7e277fdd4a
commit
7da0f398a5
2 changed files with 61 additions and 43 deletions
|
|
@ -225,7 +225,7 @@ NPP_New(NPMIMEType mimetype,
|
|||
NULL, /* interface info */
|
||||
"org.gnome.Shell",
|
||||
"/org/gnome/Shell",
|
||||
"org.gnome.Shell",
|
||||
"org.gnome.Shell.Extensions",
|
||||
NULL, /* GCancellable */
|
||||
&error);
|
||||
if (!data->proxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue