summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-internal.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-26 17:57:56 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-26 17:57:56 +0100
commitda919b868a8892df8bfa7ff3759a594d959eeec5 (patch)
treeb8e228d75cd4abc33b9da5aaa149f498897d408f /telepathy-glib/account-internal.h
parentb7b9fb9081b1304e359f63cd06c2f0794c542626 (diff)
downloadtelepathy-glib-da919b868a8892df8bfa7ff3759a594d959eeec5.tar.gz
account: re-add _refresh_properties internally and call in the AM
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/account-internal.h')
-rw-r--r--telepathy-glib/account-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/account-internal.h b/telepathy-glib/account-internal.h
index 3198c0ca2..2fbf071f5 100644
--- a/telepathy-glib/account-internal.h
+++ b/telepathy-glib/account-internal.h
@@ -32,6 +32,8 @@ const GQuark * _tp_account_get_actual_features (TpAccount *account);
const GQuark * _tp_account_get_missing_features (TpAccount *account);
+void _tp_account_refresh_properties (TpAccount *account);
+
G_END_DECLS
#endif