summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-02 10:55:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-02 11:04:25 +0100
commitbd1a44f665dff92d731f1b5910aab113a8bccce6 (patch)
tree89c32fd6a4ab7a3b7fd29f180ba99fc9d7c5fa9e /telepathy-glib/account.h
parent28173ee563e2a93e25649aa47c48f12212a42d16 (diff)
downloadtelepathy-glib-bd1a44f665dff92d731f1b5910aab113a8bccce6.tar.gz
TpAccount: add read-only support for Service
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 a7d9b247d..16922c859 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -90,6 +90,7 @@ const gchar *tp_account_get_display_name (TpAccount *account);
const gchar *tp_account_get_connection_manager (TpAccount *account);
const gchar *tp_account_get_protocol (TpAccount *account);
+const gchar *tp_account_get_service (TpAccount *self);
const gchar *tp_account_get_icon_name (TpAccount *account);