summaryrefslogtreecommitdiff
path: root/telepathy-glib/util-internal.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-06-30 13:09:11 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-07-15 11:31:02 +0200
commit476db658257a9024ee6204dbc9b801ab38ad2fdd (patch)
tree6898dc454f7b15410822b4383c6ae3bea4a6dae3 /telepathy-glib/util-internal.h
parentfca869ff377775bdf7abc5a5a3d69ad006b18467 (diff)
downloadtelepathy-glib-476db658257a9024ee6204dbc9b801ab38ad2fdd.tar.gz
Add _tp_contacts_to_handles()
Help implementing _async(guint n_contacts, TpContact **contacts) methods
Diffstat (limited to 'telepathy-glib/util-internal.h')
-rw-r--r--telepathy-glib/util-internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/telepathy-glib/util-internal.h b/telepathy-glib/util-internal.h
index 3ab4b6332..12fa1e2e9 100644
--- a/telepathy-glib/util-internal.h
+++ b/telepathy-glib/util-internal.h
@@ -27,6 +27,8 @@
#include <gio/gio.h>
#include <telepathy-glib/channel-request.h>
+#include <telepathy-glib/connection.h>
+#include <telepathy-glib/contact.h>
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);
@@ -90,4 +92,9 @@ gboolean _tp_set_socket_address_type_and_access_control_type (
GSocket * _tp_create_client_socket (TpSocketAddressType socket_type,
GError **error);
+gboolean _tp_contacts_to_handles (TpConnection *connection,
+ guint n_contacts,
+ TpContact * const *contacts,
+ GArray **handles);
+
#endif /* __TP_UTIL_INTERNAL_H__ */