mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 20:40:12 +01:00
doc/dbus-tutorial: fix tutorial to reference the proper GType for 'ay'
DBUS_TYPE_G_BYTE_ARRAY does not exist. It should be DBUS_TYPE_G_UCHAR_ARRAY Signed-off-by: Thomas Haller <thaller@redhat.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=80795
This commit is contained in:
parent
d8394d75d1
commit
d8be7e614e
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@
|
|||
<row>
|
||||
<entry><literal>ay</literal></entry>
|
||||
<entry>Array of bytes</entry>
|
||||
<entry><literal>DBUS_TYPE_G_BYTE_ARRAY</literal></entry>
|
||||
<entry><literal>DBUS_TYPE_G_UCHAR_ARRAY</literal></entry>
|
||||
<entry><literal>GArray *</literal></entry>
|
||||
<entry>g_array_free</entry>
|
||||
<entry></entry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue