]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: StringBuilder.free_to_bytes() consumes the given instance
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Feb 2016 08:11:58 +0000 (09:11 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Feb 2016 08:11:58 +0000 (09:11 +0100)
vapi/glib-2.0.vapi

index 4caf18e9af59b86786bb1179f837b991733432f3..8df062d72008191ef76ba4cf55491aade5436029 100644 (file)
@@ -4685,7 +4685,7 @@ namespace GLib {
                        }
                }
 
-               public static Bytes free_to_bytes (StringBuilder str);
+               public static Bytes free_to_bytes (owned StringBuilder str);
        }
 
        /* String Chunks */