summaryrefslogtreecommitdiff
path: root/telepathy-glib/gtypes.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 12:11:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-23 12:11:01 +0100
commit93279ba55754c41b9df6f91da74a5a69da275ac5 (patch)
tree6fa4e5380ff048be07a52ac22146e5a66cadd271 /telepathy-glib/gtypes.h
parent6ffc9728cb40487e3a93b5458cd9e0dc10b070f1 (diff)
downloadtelepathy-glib-93279ba55754c41b9df6f91da74a5a69da275ac5.tar.gz
fd.o #29458: add TP_ARRAY_TYPE_UCHAR_ARRAY_LIST
Diffstat (limited to 'telepathy-glib/gtypes.h')
-rw-r--r--telepathy-glib/gtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/gtypes.h b/telepathy-glib/gtypes.h
index aeda1956c..3f481a8dd 100644
--- a/telepathy-glib/gtypes.h
+++ b/telepathy-glib/gtypes.h
@@ -28,10 +28,12 @@ G_BEGIN_DECLS
#include <telepathy-glib/_gen/gtypes.h>
#define TP_ARRAY_TYPE_OBJECT_PATH_LIST (tp_type_dbus_array_of_o ())
+#define TP_ARRAY_TYPE_UCHAR_ARRAY_LIST (tp_type_dbus_array_of_ay ())
#define TP_TYPE_UCHAR_ARRAY (tp_type_dbus_array_of_y ())
GType tp_type_dbus_array_of_o (void);
GType tp_type_dbus_array_of_y (void);
+GType tp_type_dbus_array_of_ay (void);
GValue *tp_dbus_specialized_value_slice_new (GType type);