Add support for GArrays: add g_type_info_get_array_type() and properly scan GArray args

Based on a previous patch by C. Scott Ananian <cscott@litl.com>

https://bugzilla.gnome.org/show_bug.cgi?id=581687
This commit is contained in:
Tomeu Vizoso
2010-04-30 18:15:23 +02:00
parent 9d2fd90f0a
commit e12cea0a53
6 changed files with 65 additions and 14 deletions

View File

@@ -138,6 +138,7 @@ struct _GIrNodeType
gint length;
gboolean has_size;
gint size;
gint array_type;
GIrNodeType *parameter_type1;
GIrNodeType *parameter_type2;