summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-04-13 15:11:36 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:58:20 +0200
commit67b9adfe04ed5963fc9e37b01ac0ff36fba206f4 (patch)
treed1e9188cd8174e4824e3372de43da86924917c55 /common
parent594c36b2bfbbff1d70a0faf66de2671c906071f0 (diff)
downloadgvfs-67b9adfe04ed5963fc9e37b01ac0ff36fba206f4.tar.gz
gdbus: Monitoring port
Diffstat (limited to 'common')
-rw-r--r--common/dbus-interfaces.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/common/dbus-interfaces.xml b/common/dbus-interfaces.xml
index 8bd349cd..c3cfaac3 100644
--- a/common/dbus-interfaces.xml
+++ b/common/dbus-interfaces.xml
@@ -347,5 +347,30 @@
</method>
</interface>
+ <!--
+ org.gtk.vfs.Monitor
+ -->
+ <interface name='org.gtk.vfs.Monitor'>
+ <method name="Subscribe">
+ <arg type='o' name='object_path' direction='in'/>
+ </method>
+ <method name="Unsubscribe">
+ <arg type='o' name='object_path' direction='in'/>
+ </method>
+ </interface>
+
+ <!--
+ org.gtk.vfs.MonitorClient
+ -->
+ <interface name='org.gtk.vfs.MonitorClient'>
+ <method name="Changed">
+ <arg type='u' name='event_type' direction='in'/>
+ <arg type='(aya{sv})' name='mount_spec' direction='in'/>
+ <arg type='ay' name='file_path' direction='in'/>
+ <arg type='(aya{sv})' name='other_mount_spec' direction='in'/>
+ <arg type='ay' name='other_file_path' direction='in'/>
+ </method>
+ </interface>
+
</node>