summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-11-19 14:18:46 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-11-19 14:18:46 +0000
commitd99d1d3cc517254ae834e75f324e84580866b03f (patch)
tree97bbceaf2bfa98376eda4b18d49ad70d8d713dd3 /telepathy-glib/util.h
parentef0590caa1f9019e379a80347cd84c6aff9402f3 (diff)
downloadtelepathy-glib-d99d1d3cc517254ae834e75f324e84580866b03f.tar.gz
Add tp_value_array_build
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index 4c2abe60f..250366c50 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -77,6 +77,10 @@ gulong tp_g_signal_connect_object (gpointer instance,
const gchar *detailed_signal, GCallback c_handler, gpointer gobject,
GConnectFlags connect_flags);
+GValueArray *tp_value_array_build (gsize length,
+ GType type,
+ ...);
+
G_END_DECLS
#undef __TP_IN_UTIL_H__