summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-01 16:52:17 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-07 15:25:03 +0000
commit132c8ad4ced2a575dbb920d8dffcbf65f03b2f00 (patch)
treeea4847f8e1106f4a43b9142cf88ae2c2ceb18624 /telepathy-glib/account.h
parentfd8458bc014348034ea382c8328a84221605ebe2 (diff)
downloadtelepathy-glib-132c8ad4ced2a575dbb920d8dffcbf65f03b2f00.tar.gz
Add tp_account_get_path_suffix().
This new function returns the cm/protocol/foo part of a TpAccount's object path.
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index bd0bd3a3d..bf46f31d1 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -83,6 +83,7 @@ TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_path,
gboolean tp_account_parse_object_path (const gchar *object_path,
gchar **cm, gchar **protocol, gchar **account_id, GError **error);
+const gchar *tp_account_get_path_suffix (TpAccount *account);
void tp_account_init_known_interfaces (void);