summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.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.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.h')
-rw-r--r--telepathy-glib/connection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/connection.h b/telepathy-glib/connection.h
index c685ecc55..ada32294f 100644
--- a/telepathy-glib/connection.h
+++ b/telepathy-glib/connection.h
@@ -278,6 +278,12 @@ GQuark tp_connection_get_feature_quark_avatar_requirements (void) G_GNUC_CONST;
TpAvatarRequirements * tp_connection_get_avatar_requirements (
TpConnection *self);
+#define TP_CONNECTION_FEATURE_ALIASING \
+ (tp_connection_get_feature_quark_aliasing ())
+GQuark tp_connection_get_feature_quark_aliasing (void) G_GNUC_CONST;
+
+gboolean tp_connection_can_set_contact_alias (TpConnection *self);
+
#define TP_CONNECTION_FEATURE_BALANCE \
(tp_connection_get_feature_quark_balance ())
GQuark tp_connection_get_feature_quark_balance (void) G_GNUC_CONST;