From: Sebastian Dröge Date: Thu, 25 Mar 2010 15:03:36 +0000 (+0100) Subject: gobject-2.0.vapi: Add free function for GValueArray X-Git-Tag: 0.8.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbce7da6cb2d48515037b6778bfc1e290c654b3;p=thirdparty%2Fvala.git gobject-2.0.vapi: Add free function for GValueArray --- diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 2f08988c1..a3876d36b 100644 --- a/vapi/gobject-2.0.vapi +++ b/vapi/gobject-2.0.vapi @@ -508,7 +508,7 @@ namespace GLib { public delegate void ClosureNotify (void* data, Closure closure); [Compact] - [CCode (type_id = "G_TYPE_VALUE_ARRAY", copy_function = "g_value_array_copy")] + [CCode (type_id = "G_TYPE_VALUE_ARRAY", copy_function = "g_value_array_copy", free_function = "g_value_array_free")] public class ValueArray { public uint n_values; [CCode (array_length_cname = "n_values", array_length_type = "guint")]