summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-07-20 17:06:12 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:59:37 +0200
commit584c90ed0861440fd052a6090d132dd0859efd0d (patch)
tree2c58cd6bfb92f466bf99a698923ac7b755f340f3 /common
parent6f16f975afa7da91291bd6a0ab30d16823951dde (diff)
gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id arguments
Diffstat (limited to 'common')
-rw-r--r--common/dbus-interfaces.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dbus-interfaces.xml b/common/dbus-interfaces.xml
index aa8e8299..3931c128 100644
--- a/common/dbus-interfaces.xml
+++ b/common/dbus-interfaces.xml
@@ -181,7 +181,7 @@
<method name="OpenForRead">
<arg type='ay' name='path_data' direction='in'/>
<arg type='u' name='pid' direction='in'/>
- <arg type='u' name='fd_id' direction='out'/>
+ <arg type='h' name='fd_id' direction='out'/>
<arg type='b' name='can_seek' direction='out'/>
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
</method>
@@ -192,7 +192,7 @@
<arg type='b' name='make_backup' direction='in'/>
<arg type='u' name='flags' direction='in'/>
<arg type='u' name='pid' direction='in'/>
- <arg type='u' name='fd_id' direction='out'/>
+ <arg type='h' name='fd_id' direction='out'/>
<arg type='b' name='can_seek' direction='out'/>
<arg type='t' name='initial_offset' direction='out'/>
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
@@ -322,7 +322,7 @@
</method>
<method name="OpenIconForRead">
<arg type='ay' name='path_data' direction='in'/>
- <arg type='u' name='fd_id' direction='out'/>
+ <arg type='h' name='fd_id' direction='out'/>
<arg type='b' name='can_seek' direction='out'/>
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
</method>