summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 12:48:46 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 13:13:26 +0000
commitd9a319f25bc29e7ddeda1e797103b7e8ef1e7018 (patch)
tree42ce701ed5fcfcd70126605a32327112395cdb7d /telepathy-glib/account.h
parentc9daec649a1b949d4be2735cbef8dbfb3071b0a0 (diff)
downloadtelepathy-glib-d9a319f25bc29e7ddeda1e797103b7e8ef1e7018.tar.gz
tp_account_get_normalized_name: add
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index a36038103..24d1eb9cc 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -97,6 +97,8 @@ const gchar *tp_account_get_service (TpAccount *self);
const gchar *tp_account_get_icon_name (TpAccount *account);
+const gchar *tp_account_get_normalized_name (TpAccount *self);
+
void tp_account_set_enabled_async (TpAccount *account,
gboolean enabled, GAsyncReadyCallback callback, gpointer user_data);