]> git.0d.be Git - empathy.git/commitdiff
make empathy_account_settings_get() static
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 6 Jun 2012 12:22:35 +0000 (14:22 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 7 Jun 2012 07:12:53 +0000 (09:12 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=677545

libempathy/empathy-account-settings.c
libempathy/empathy-account-settings.h

index e37b098dffa98db39bebc3b7eb89d5f2361a4616..c7088b07d68881d471cacffb135b765ad85d0ac2 100644 (file)
@@ -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)
 {
index baa0ad76e3b3eb43e9bda431f3a7d7f48856b6df..9e091c3c2d677dde75aca7267c8290a48cae0e0d 100644 (file)
@@ -100,9 +100,6 @@ void empathy_account_settings_unset (EmpathyAccountSettings *settings,
 void empathy_account_settings_discard_changes (
     EmpathyAccountSettings *settings);
 
-const GValue *empathy_account_settings_get (EmpathyAccountSettings *settings,
-  const gchar *param);
-
 const gchar *
 empathy_account_settings_get_dbus_signature (EmpathyAccountSettings *setting,
   const gchar *param);