diff options
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 0db28d7a3..4005d2790 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -798,6 +798,13 @@ empathy_account_settings_get_tp_param (EmpathyAccountSettings *settings, return NULL; } +gboolean +empathy_account_settings_have_tp_param (EmpathyAccountSettings *settings, + const gchar *param) +{ + return (empathy_account_settings_get_tp_param (settings, param) != NULL); +} + static void account_settings_remove_from_unset (EmpathyAccountSettings *settings, const gchar *param) |