[vala] gio-2.0: Fix g_dbus_message_get_body binding



commit 387ea3a27f32ec8355975ed9c3085d6f51ab3a31
Author: JÃrg Billeter <j bitron ch>
Date:   Wed Aug 15 12:22:27 2012 +0200

    gio-2.0: Fix g_dbus_message_get_body binding

 vapi/gio-2.0.vapi              |    2 +-
 vapi/metadata/Gio-2.0.metadata |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 76e7f35..7b828ec 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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 ();
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index e401b36..b72d3ef 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]