diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-07 12:08:59 +0200 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-07 12:58:18 +0100 |
commit | fc7114a536571688d48ede025f1357c0e467c879 (patch) | |
tree | faaa988e500ef83f05588097b6285dd292904870 /doc/reference | |
parent | 8df3281e536557cfd6b4056a9c95102d57596179 (diff) |
add mising DBUS_TYPE_G_* to the doc
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/dbus-glib-sections.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/dbus-glib-sections.txt b/doc/reference/dbus-glib-sections.txt index 3bdb5b8..1b6dc97 100644 --- a/doc/reference/dbus-glib-sections.txt +++ b/doc/reference/dbus-glib-sections.txt @@ -164,6 +164,15 @@ dbus_g_type_register_map dbus_g_type_map_peek_vtable dbus_g_type_collection_peek_vtable dbus_g_type_register_struct +DBUS_TYPE_G_BOOLEAN_ARRAY +DBUS_TYPE_G_UCHAR_ARRAY +DBUS_TYPE_G_UINT_ARRAY +DBUS_TYPE_G_INT_ARRAY +DBUS_TYPE_G_UINT64_ARRAY +DBUS_TYPE_G_INT64_ARRAY +DBUS_TYPE_G_OBJECT_ARRAY +DBUS_TYPE_G_STRING_STRING_HASHTABLE +DBUS_TYPE_G_SIGNATURE </SECTION> <SUBSECTION Private> |