doc: add missing property type

This commit is contained in:
Dan Williams 2009-11-12 08:09:51 -08:00
parent 420ea0220c
commit 16c18a0c8f

View file

@ -82,6 +82,7 @@ static TypeNameElement name_map[] = {
{ "guint64", "uint64" },
{ "gint", "int32" },
{ "guint", "uint32" },
{ "GArray_guint_", "array of uint32" },
{ "GPtrArray_GArray_guint__", "array of array of uint32" },
{ "GPtrArray_GArray_guchar__", "array of byte array" },
{ "GHashTable_gchararray+gchararray_", "dict of (string::string)" },