summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-06 13:30:13 +0100
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:31:58 -0300
commite95a1aceb7e311513e7e184354bcd1a4208b08ea (patch)
tree7147baafc6625afb3f1a5567d9f681923c7bdeb0 /telepathy-glib/connection-manager.h
parent49cdb374f84c88e62e99b7b8854b5c075734108b (diff)
downloadtelepathy-glib-e95a1aceb7e311513e7e184354bcd1a4208b08ea.tar.gz
Add API to get the TpProtocol objects from a TpConnectionManager
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 879b59d39..e19049b6f 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -142,6 +142,8 @@ gboolean tp_connection_manager_has_protocol (TpConnectionManager *self,
const gchar *protocol);
const TpConnectionManagerProtocol *tp_connection_manager_get_protocol (
TpConnectionManager *self, const gchar *protocol);
+TpProtocol *tp_connection_manager_get_protocol_object (
+ TpConnectionManager *self, const gchar *protocol);
gchar **tp_connection_manager_protocol_dup_param_names (
const TpConnectionManagerProtocol *protocol)