[vala/parallel-0.10: 13/37] gio-2.0: GLib.Icon.to_string() return value is not unowned
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/parallel-0.10: 13/37] gio-2.0: GLib.Icon.to_string() return value is not unowned
- Date: Mon, 6 Sep 2010 13:16:18 +0000 (UTC)
commit 4e7454fb2ee84ba55d5ddf1c4ecc10e08849afd2
Author: Luca Bruno <lethalman88 gmail com>
Date: Sat Aug 28 11:52:44 2010 +0200
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 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 5dab9c6..940b6ae 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 95e41d3..4a5e9db 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]