summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-25 11:11:14 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-28 10:30:35 +0100
commit58ef08c1c871631c22d234a9b96003228da60a94 (patch)
treeaa46c6142942e33a17937e0904a264a1f9cfe332 /telepathy-glib/connection-internal.h
parent997565cb54c780c7fe7bee9cd949bfa7a0f888d9 (diff)
downloadtelepathy-glib-58ef08c1c871631c22d234a9b96003228da60a94.tar.gz
Add tp_connection_can_set_contact_alias()
https://bugs.freedesktop.org/show_bug.cgi?id=28037
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r--telepathy-glib/connection-internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h
index 5b48c8f77..65a7376ae 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -100,6 +100,9 @@ struct _TpConnectionPrivate {
GPtrArray *blocked_contacts;
gboolean blocked_contacts_fetched;
+ /* Aliasing */
+ TpConnectionAliasFlags alias_flags;
+
TpProxyPendingCall *introspection_call;
unsigned ready:1;
@@ -185,6 +188,12 @@ void _tp_connection_prepare_contact_blocking_async (TpProxy *proxy,
void _tp_connection_set_contact_blocked (TpConnection *self,
TpContact *contact);
+/* connection-aliasing.c */
+void _tp_connection_prepare_aliasing_async (TpProxy *proxy,
+ const TpProxyFeature *feature,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
G_END_DECLS
#endif