summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-08 16:25:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-08 16:25:43 +0100
commit8fcba3acbcd23cd597bf3afba8b67c0c43816201 (patch)
treeb6d1afc95eb98a05334b640e2749f5ac7e7a876c /telepathy-glib/connection.h
parentdb0637d938ad53b80d38e8a44db9c17d4953241e (diff)
downloadtelepathy-glib-8fcba3acbcd23cd597bf3afba8b67c0c43816201.tar.gz
Revert "Add "alias-flags" property and tp_connection_get_alias_flags method on TpConnection"
This reverts commit 21a6a922027d62ee29e93123fa16815a6ea811e3. This is not the way to do miscellaneous non-core interfaces. Instead, we need something like the "feature" concept in TpContact and telepathy-qt4.
Diffstat (limited to 'telepathy-glib/connection.h')
-rw-r--r--telepathy-glib/connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/connection.h b/telepathy-glib/connection.h
index 15ae35ce4..8b081ec7f 100644
--- a/telepathy-glib/connection.h
+++ b/telepathy-glib/connection.h
@@ -73,8 +73,6 @@ GQuark tp_errors_disconnected_quark (void);
TpConnection *tp_connection_new (TpDBusDaemon *dbus, const gchar *bus_name,
const gchar *object_path, GError **error);
-TpConnectionAliasFlags tp_connection_get_alias_flags (TpConnection *self);
-
TpConnectionStatus tp_connection_get_status (TpConnection *self,
TpConnectionStatusReason *reason);