]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Fix g_dbus_message_get_body binding
authorJürg Billeter <j@bitron.ch>
Wed, 15 Aug 2012 10:22:27 +0000 (12:22 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 15 Aug 2012 10:22:27 +0000 (12:22 +0200)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index 76e7f356aaa6a2fc636bc6834d76aed023027101..7b828ec8eea91e862d3be6abbf93609e0e6dd966 100644 (file)
@@ -576,7 +576,7 @@ namespace GLib {
                [CCode (has_construct_function = false)]
                public DBusMessage.from_blob ([CCode (array_length_cname = "blob_len", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] blob, GLib.DBusCapabilityFlags capabilities) throws GLib.Error;
                public unowned string get_arg0 ();
-               public GLib.Variant get_body ();
+               public unowned GLib.Variant get_body ();
                public GLib.DBusMessageByteOrder get_byte_order ();
                public unowned string get_destination ();
                public unowned string get_error_name ();
index e401b36657002ca53afac8763019e616bb3c98da..b72d3efbb4e403eb544ce8cc2e7acfe2ddeac7a3 100644 (file)
@@ -351,6 +351,8 @@ AppInfo
   .launch.files nullable
   .launch_uris.uris nullable
 AsyncReadyCallback.source_object nullable
+DBusMessage
+  .get_body unowned
 DBusSubtreeDispatchFunc nullable unowned
 DBusSubtreeVTable.enumerate skip=false
 InputStream