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:
Jasper St. Pierre
2012-06-27 11:47:51 -04:00
parent 7e277fdd4a
commit 7da0f398a5
2 changed files with 61 additions and 43 deletions

View File

@ -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)