summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-05 18:13:53 +0000
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:30:38 -0300
commit8f9fe6bc77532ab7a72ca653708f1c3c7bfa2d7d (patch)
tree105523c14a39b7092e06dc06af319667bb917a44 /telepathy-glib/base-connection-manager.h
parentb854f818155db93799050d7fcb088402d4c761a3 (diff)
downloadtelepathy-glib-8f9fe6bc77532ab7a72ca653708f1c3c7bfa2d7d.tar.gz
TpBaseConnectionManager: have a table of TpBaseProtocol objects
Diffstat (limited to 'telepathy-glib/base-connection-manager.h')
-rw-r--r--telepathy-glib/base-connection-manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/base-connection-manager.h b/telepathy-glib/base-connection-manager.h
index 9c754f545..beeb94a4d 100644
--- a/telepathy-glib/base-connection-manager.h
+++ b/telepathy-glib/base-connection-manager.h
@@ -86,9 +86,13 @@ GType tp_base_connection_manager_get_type (void);
gboolean tp_base_connection_manager_register (TpBaseConnectionManager *self);
+
TpDBusDaemon *tp_base_connection_manager_get_dbus_daemon (
TpBaseConnectionManager *self);
+void tp_base_connection_manager_add_protocol (TpBaseConnectionManager *self,
+ TpBaseProtocol *protocol);
+
/* TYPE MACROS */
#define TP_TYPE_BASE_CONNECTION_MANAGER \
(tp_base_connection_manager_get_type ())