]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: make Icon.new_for_string return value transfer ownership
authorEvan Nemerson <evan@coeus-group.com>
Tue, 26 Oct 2010 23:56:38 +0000 (16:56 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 26 Oct 2010 23:56:38 +0000 (16:56 -0700)
vapi/gio-2.0.vapi
vapi/packages/gio-2.0/gio-2.0.metadata

index dddb0cd0eeb631adc1333d078cd1e3b94d41b665..85559954013c6c8ccea33575b601032f6653173f 100644 (file)
@@ -1758,7 +1758,7 @@ namespace GLib {
                [NoWrapper]
                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 static GLib.Icon? new_for_string (string str) throws GLib.Error;
                public string to_string ();
                [NoWrapper]
                public abstract bool to_tokens (GLib.GenericArray tokens, int out_version);
index 422288363712e05518085fd9823ffa8418255abb..1dcff3efeb5e9e6353e36057dfb3e86543f6ae7a 100644 (file)
@@ -170,6 +170,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_new_for_string transfer_ownership="1" nullable="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"