From 5298bef61e4663e9251d856e72beaa2024ee80ab Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sat, 28 Aug 2010 11:52:44 +0200 Subject: [PATCH] gio-2.0: GLib.Icon.to_string() return value is not unowned Fixes bug 628119. --- vapi/gio-2.0.vapi | 2 +- vapi/packages/gio-2.0/gio-2.0.metadata | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.2