]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc/dbus-tutorial: fix tutorial to reference the proper GType for 'ay'
authorThomas Haller <thaller@redhat.com>
Wed, 2 Jul 2014 09:12:26 +0000 (11:12 +0200)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 4 Sep 2014 14:38:56 +0000 (15:38 +0100)
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

doc/dbus-tutorial.xml

index c7580d155b9b8e0f79537e136f08f48cb27cf76d..3d14e5f7bea71f03407f9b5e71b5da140c5d732d 100644 (file)
                <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>