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:
@ -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)
|
||||
|
Reference in New Issue
Block a user