summaryrefslogtreecommitdiff
path: root/telepathy-glib/util-internal.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-08-04 14:06:07 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-08-04 14:25:37 +0200
commit24d358dfc94c8872e2931e1290e7de94cd6e4f3c (patch)
treea054df0645e8a24a3f8479022bf543b36aaa220f /telepathy-glib/util-internal.h
parent026d5c3c6a1f678c50cb763ecc1d597329be3c58 (diff)
downloadtelepathy-glib-24d358dfc94c8872e2931e1290e7de94cd6e4f3c.tar.gz
Add tp_simple_client_factory_add_*_features_varargs()
This is much nicer C API, and TpBaseClient had those helpers too.
Diffstat (limited to 'telepathy-glib/util-internal.h')
-rw-r--r--telepathy-glib/util-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/util-internal.h b/telepathy-glib/util-internal.h
index f3f892073..44005f203 100644
--- a/telepathy-glib/util-internal.h
+++ b/telepathy-glib/util-internal.h
@@ -32,6 +32,9 @@
GArray *_tp_quark_array_copy (const GQuark *quarks) G_GNUC_WARN_UNUSED_RESULT;
void _tp_quark_array_merge (GArray *array, const GQuark *quarks, gssize n);
+void _tp_quark_array_merge_valist (GArray *array,
+ GQuark feature,
+ va_list var_args);
#ifdef HAVE_GIO_UNIX
GSocketAddress * _tp_create_temp_unix_socket (GSocketService *service,