aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-settings.c2
-rw-r--r--libempathy/empathy-account-settings.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index 59cfcc525..21109d261 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -1028,7 +1028,7 @@ empathy_account_settings_apply_finish (EmpathyAccountSettings *settings,
}
gboolean
-empathy_account_settings_owns_account (EmpathyAccountSettings *settings,
+empathy_account_settings_has_account (EmpathyAccountSettings *settings,
EmpathyAccount *account)
{
EmpathyAccountSettingsPriv *priv;
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h
index b660addd0..06e5e69e3 100644
--- a/libempathy/empathy-account-settings.h
+++ b/libempathy/empathy-account-settings.h
@@ -77,7 +77,7 @@ const gchar *empathy_account_settings_get_protocol (
EmpathyAccount *empathy_account_settings_get_account (
EmpathyAccountSettings *settings);
-gboolean empathy_account_settings_owns_account (
+gboolean empathy_account_settings_has_account (
EmpathyAccountSettings *settings, EmpathyAccount *account);
TpConnectionManagerParam *empathy_account_settings_get_tp_params (