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:
Thomas Haller 2014-07-02 11:12:26 +02:00 committed by Simon McVittie
parent d8394d75d1
commit d8be7e614e

View file

@ -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>