summaryrefslogtreecommitdiff
path: root/telepathy-glib/gtypes.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 12:02:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 12:02:42 +0100
commit6ffc9728cb40487e3a93b5458cd9e0dc10b070f1 (patch)
tree43afb3ff96ffe48b7a3f31d5bcbcec0c0ec6409f /telepathy-glib/gtypes.c
parentdd8b92614b404564a35891263905216f6f801ab0 (diff)
downloadtelepathy-glib-6ffc9728cb40487e3a93b5458cd9e0dc10b070f1.tar.gz
Improve the documentation for TP_TYPE_UCHAR_ARRAY slightly
Diffstat (limited to 'telepathy-glib/gtypes.c')
-rw-r--r--telepathy-glib/gtypes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/gtypes.c b/telepathy-glib/gtypes.c
index ddce0f542..3b79c4ba5 100644
--- a/telepathy-glib/gtypes.c
+++ b/telepathy-glib/gtypes.c
@@ -85,6 +85,9 @@ tp_dbus_specialized_value_slice_new (GType type)
* that returns the #GType of a #GArray
* of %G_TYPE_UCHAR, i.e. the same thing as %DBUS_TYPE_G_UCHAR_ARRAY
*
+ * This is the type used in dbus-glib to represent a byte array, signature
+ * 'ay'. (Note that the #GByteArray type is not used with dbus-glib.)
+ *
* Since: 0.11.1
*/