From: Jürg Billeter Date: Wed, 15 Aug 2012 10:22:27 +0000 (+0200) Subject: gio-2.0: Fix g_dbus_message_get_body binding X-Git-Tag: 0.17.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387ea3a27f32ec8355975ed9c3085d6f51ab3a31;p=thirdparty%2Fvala.git gio-2.0: Fix g_dbus_message_get_body binding --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index 76e7f356a..7b828ec8e 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 e401b3665..b72d3efbb 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