From: Sebastian Dröge Date: Thu, 25 Mar 2010 16:51:06 +0000 (+0100) Subject: glib-2.0.vapi: Fix stupid typo in the GByteArray type ID X-Git-Tag: 0.8.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a708ef1c64de820d2a5a6092f9db1ba125d6d76;p=thirdparty%2Fvala.git glib-2.0.vapi: Fix stupid typo in the GByteArray type ID --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 961925836..f75036966 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -3468,7 +3468,7 @@ namespace GLib { [Compact] #if GLIB_2_22 - [CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_BYTE_ARRAY")] + [CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")] #else [CCode (free_function = "g_ptr_array_free")] #endif