From 18de9f76fa8ec188b5805a8b2c78aa8bbd80f4f6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 6 Jun 2012 14:22:35 +0200 Subject: make empathy_account_settings_get() static https://bugzilla.gnome.org/show_bug.cgi?id=677545 --- libempathy/empathy-account-settings.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-account-settings.c') diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index e37b098df..c7088b07d 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -492,6 +492,10 @@ empathy_account_settings_migrate_password_cb (GObject *source, g_hash_table_unref (empty); } +static const GValue * empathy_account_settings_get ( + EmpathyAccountSettings *settings, + const gchar *param); + static void empathy_account_settings_try_migrating_password (EmpathyAccountSettings *self) { @@ -856,7 +860,7 @@ empathy_account_settings_get_dbus_signature (EmpathyAccountSettings *settings, return tp_connection_manager_param_get_dbus_signature (p); } -const GValue * +static const GValue * empathy_account_settings_get (EmpathyAccountSettings *settings, const gchar *param) { -- cgit v1.2.3