]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0.vapi: Fix stupid typo in the GByteArray type ID
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Mar 2010 16:51:06 +0000 (17:51 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Mar 2010 16:51:06 +0000 (17:51 +0100)
vapi/glib-2.0.vapi

index 961925836b3bdde828f8b1a864d99c8022d6fdcf..f75036966dc21840530212034341c6d06f200669 100644 (file)
@@ -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