From: Luca Bruno Date: Sat, 28 Aug 2010 09:52:44 +0000 (+0200) Subject: gio-2.0: GLib.Icon.to_string() return value is not unowned X-Git-Tag: 0.9.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5298bef61e4663e9251d856e72beaa2024ee80ab;p=thirdparty%2Fvala.git gio-2.0: GLib.Icon.to_string() return value is not unowned Fixes bug 628119. --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index 5dab9c6b8..940b6ae53 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -1537,7 +1537,7 @@ namespace GLib { public abstract unowned GLib.Icon from_tokens (string tokens, int num_tokens, int version) throws GLib.Error; public abstract uint hash (void* icon); public static unowned GLib.Icon new_for_string (string str) throws GLib.Error; - public unowned string to_string (); + public string to_string (); [NoWrapper] public abstract bool to_tokens (GLib.GenericArray tokens, int out_version); } diff --git a/vapi/packages/gio-2.0/gio-2.0.metadata b/vapi/packages/gio-2.0/gio-2.0.metadata index 95e41d301..4a5e9db1c 100644 --- a/vapi/packages/gio-2.0/gio-2.0.metadata +++ b/vapi/packages/gio-2.0/gio-2.0.metadata @@ -109,6 +109,7 @@ g_file_start_mountable async="1" g_file_stop_mountable async="1" g_file_unmount_mountable async="1" g_file_unmount_mountable_with_operation async="1" +g_icon_to_string transfer_ownership="1" g_inet_address_to_string transfer_ownership="1" g_inet_address_to_bytes type_name="uint8" is_array="1" no_array_length="1" g_initable_new.cancellable nullable="1"