diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-08-23 22:00:02 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-08-23 22:00:48 +0200 |
commit | c3309dfdf5c3d60c6666a8a8883990ccdab383ae (patch) | |
tree | cfd25466338533b6852b01f3a2f46f3b1e06786f /common | |
parent | d54643d8e74dc80777f7cb279bd9c3e20b7d05b2 (diff) |
Report back error_code on spawn fail due to bus name already owned
We return the not-quite-right ALREADY_MOUNTED. Its not strictly right
because just because the name is owned does not mean the mount
has been registred yet.
Diffstat (limited to 'common')
-rw-r--r-- | common/org.gtk.vfs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/org.gtk.vfs.xml b/common/org.gtk.vfs.xml index e13347cf..fc68d592 100644 --- a/common/org.gtk.vfs.xml +++ b/common/org.gtk.vfs.xml @@ -55,6 +55,7 @@ <method name="Spawned"> <arg type='b' name='succeeded' direction='in'/> <arg type='s' name='error_message' direction='in'/> + <arg type='u' name='error_code' direction='in'/> </method> </interface> |