summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-01 20:08:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-07 14:10:28 +0100
commite3920346bad048ca9d5a37822e4ad1efd32ad3ce (patch)
treebf26351113624ab0bb2f1a76ebc7314614fa5f9c /telepathy-glib/connection-manager.h
parent0374b6e710449bb602ec7d1644c88fbdfeab6cdd (diff)
downloadtelepathy-glib-e3920346bad048ca9d5a37822e4ad1efd32ad3ce.tar.gz
TpConnectionManager: use the features mechanism
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 3d08da1af..49c488527 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -173,6 +173,11 @@ gboolean tp_connection_manager_param_get_default (
void tp_connection_manager_init_known_interfaces (void);
+#define TP_CONNECTION_MANAGER_FEATURE_CORE \
+ (tp_connection_manager_get_feature_quark_core ())
+
+GQuark tp_connection_manager_get_feature_quark_core (void) G_GNUC_CONST;
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-connection-manager.h>