summaryrefslogtreecommitdiff
path: root/telepathy-glib/protocol.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-27 16:25:02 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-04 12:34:02 +0100
commit226414747dc89925f51f82985573613f0b91e9b5 (patch)
tree3b29b82ac5a12b74aeebfe35fb48ebd4075ffd0a /telepathy-glib/protocol.h
parent3987baa5a05b7561cbfab17c1a667e0595f597a3 (diff)
downloadtelepathy-glib-226414747dc89925f51f82985573613f0b91e9b5.tar.gz
protocol: add a _get_cm_name function and :cm-name property
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/protocol.h')
-rw-r--r--telepathy-glib/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/protocol.h b/telepathy-glib/protocol.h
index 7d1164a13..3d32f73c5 100644
--- a/telepathy-glib/protocol.h
+++ b/telepathy-glib/protocol.h
@@ -80,6 +80,8 @@ TpProtocol *tp_protocol_new (TpDBusDaemon *dbus, const gchar *cm_name,
const gchar *tp_protocol_get_name (TpProtocol *self);
+const gchar *tp_protocol_get_cm_name (TpProtocol *self);
+
#define TP_PROTOCOL_FEATURE_PARAMETERS \
(tp_protocol_get_feature_quark_parameters ())
GQuark tp_protocol_get_feature_quark_parameters (void) G_GNUC_CONST;