From e3769fb97f4e21ca6c60e4d5aa13da9f9e03f9d1 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 3 Feb 2016 09:11:58 +0100 Subject: [PATCH] glib-2.0: StringBuilder.free_to_bytes() consumes the given instance --- vapi/glib-2.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 4caf18e9a..8df062d72 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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 */ -- 2.47.2