[vala] glib-2.0: StringBuilder.free_to_bytes() consumes the given instance



commit e3769fb97f4e21ca6c60e4d5aa13da9f9e03f9d1
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Feb 3 09:11:58 2016 +0100

    glib-2.0: StringBuilder.free_to_bytes() consumes the given instance

 vapi/glib-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 4caf18e..8df062d 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 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]