summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gvfsmonitorimpl.c2
-rw-r--r--common/org.gtk.vfs.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/common/gvfsmonitorimpl.c b/common/gvfsmonitorimpl.c
index 79a5ff78..062379b0 100644
--- a/common/gvfsmonitorimpl.c
+++ b/common/gvfsmonitorimpl.c
@@ -44,8 +44,6 @@ GVfsMonitorImplementation *
g_vfs_monitor_implementation_from_dbus (GVariant *value)
{
GVfsMonitorImplementation *impl;
- const gchar *key;
- const gchar *mount_prefix;
GVariantIter *iter;
GVariant *v;
diff --git a/common/org.gtk.vfs.xml b/common/org.gtk.vfs.xml
index f8975d91..5030bb5f 100644
--- a/common/org.gtk.vfs.xml
+++ b/common/org.gtk.vfs.xml
@@ -42,6 +42,9 @@
<arg type='o' name='obj_path' direction='in'/>
<arg type='a{sv}' name='reply' direction='out'/>
</method>
+ <method name="ListMonitorImplementations">
+ <arg type='a(ssbia{sv})' name='monitors' direction='out'/>
+ </method>
</interface>
<!--