[vala] glib-2.0.vapi: Fix stupid typo in the GByteArray type ID



commit 7a708ef1c64de820d2a5a6092f9db1ba125d6d76
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Thu Mar 25 17:51:06 2010 +0100

    glib-2.0.vapi: Fix stupid typo in the GByteArray type ID

 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 9619258..f750369 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



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