summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-08 12:45:12 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-09 16:17:09 +0000
commit8b3f45676451e8c6d03db131cfc1b60005136ca4 (patch)
tree53d4298ecbe88e1079640af251bfa6946add0ec3 /telepathy-glib/account.h
parent6e83a149157b06d7717f5f960f97a61471e59725 (diff)
downloadtelepathy-glib-8b3f45676451e8c6d03db131cfc1b60005136ca4.tar.gz
Add tp_account_dup_storage_identifier_variant
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
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 ddcd4c18f..d5a57e20a 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -242,6 +242,7 @@ gboolean tp_account_get_changing_presence (TpAccount *self);
const gchar *tp_account_get_storage_provider (TpAccount *self);
const GValue *tp_account_get_storage_identifier (TpAccount *self);
+GVariant *tp_account_dup_storage_identifier_variant (TpAccount *self);
TpStorageRestrictionFlags tp_account_get_storage_restrictions (TpAccount *self);
void tp_account_get_storage_specific_information_async (TpAccount *self,
GAsyncReadyCallback callback, gpointer user_data);