mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 09:20:08 +01:00
doc: add missing property type
This commit is contained in:
parent
420ea0220c
commit
16c18a0c8f
1 changed files with 1 additions and 0 deletions
|
|
@ -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)" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue