summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-18 15:36:52 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-27 15:06:21 +0100
commit62a942a0b034c627ad8c1f5d7c377cd5b2568945 (patch)
tree990375b663dfa31fb99a7137ac106f8a5a35d79c /telepathy-glib/account.h
parent08bf88e3c3efe324522f6bf195e780cca200c83c (diff)
tp_account_update_parameters_vardict_async: rename
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index 579975fe5..ff36adf04 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -123,11 +123,11 @@ gboolean tp_account_is_enabled (TpAccount *account);
gboolean tp_account_is_usable (TpAccount *account);
_TP_AVAILABLE_IN_0_18
-void tp_account_update_parameters_vardict_async (TpAccount *account,
+void tp_account_update_parameters_async (TpAccount *account,
GVariant *parameters, const gchar **unset_parameters,
GAsyncReadyCallback callback, gpointer user_data);
_TP_AVAILABLE_IN_0_18
-gboolean tp_account_update_parameters_vardict_finish (TpAccount *account,
+gboolean tp_account_update_parameters_finish (TpAccount *account,
GAsyncResult *result, gchar ***reconnect_required, GError **error);
void tp_account_remove_async (TpAccount *account,