From: Thomas Haller Date: Wed, 2 Jul 2014 09:12:26 +0000 (+0200) Subject: doc/dbus-tutorial: fix tutorial to reference the proper GType for 'ay' X-Git-Tag: dbus-1.9.0~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8be7e614ecfceec9a79504c08bd9f5ba81e4d4f;p=thirdparty%2Fdbus.git 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 Reviewed-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=80795 --- diff --git a/doc/dbus-tutorial.xml b/doc/dbus-tutorial.xml index c7580d155..3d14e5f7b 100644 --- a/doc/dbus-tutorial.xml +++ b/doc/dbus-tutorial.xml @@ -882,7 +882,7 @@ ay Array of bytes - DBUS_TYPE_G_BYTE_ARRAY + DBUS_TYPE_G_UCHAR_ARRAY GArray * g_array_free