summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-07-02 11:12:26 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-04 15:38:56 +0100
commitd8be7e614ecfceec9a79504c08bd9f5ba81e4d4f (patch)
treea03a5d2333aa945fed9e7a04e52cebcf1fe78fbd /doc
parentd8394d75d1c68becc77bc3baba030b3d469e4689 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-tutorial.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dbus-tutorial.xml b/doc/dbus-tutorial.xml
index c7580d15..3d14e5f7 100644
--- a/doc/dbus-tutorial.xml
+++ b/doc/dbus-tutorial.xml
@@ -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>