From d8be7e614ecfceec9a79504c08bd9f5ba81e4d4f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 2 Jul 2014 11:12:26 +0200 Subject: [PATCH] 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 --- doc/dbus-tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3