gpointing-device-settings r187 - trunk/src



Author: hiikezoe
Date: Mon Mar  9 03:23:41 2009
New Revision: 187
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=187&view=rev

Log:
Rename gpds_gconf_get_bool -> gpds_gcon_get_boolean.

Modified:
   trunk/src/gpds-gconf.c
   trunk/src/gpds-gconf.h
   trunk/src/gpds-ui.c

Modified: trunk/src/gpds-gconf.c
==============================================================================
--- trunk/src/gpds-gconf.c	(original)
+++ trunk/src/gpds-gconf.c	Mon Mar  9 03:23:41 2009
@@ -35,7 +35,7 @@
 }
 
 gboolean
-gpds_gconf_get_bool (GConfClient *gconf, const gchar *key, gboolean *value)
+gpds_gconf_get_boolean (GConfClient *gconf, const gchar *key, gboolean *value)
 {
     GConfValue *gconf_value;
     gboolean exist_value = FALSE;

Modified: trunk/src/gpds-gconf.h
==============================================================================
--- trunk/src/gpds-gconf.h	(original)
+++ trunk/src/gpds-gconf.h	Mon Mar  9 03:23:41 2009
@@ -30,7 +30,7 @@
 
 const gchar *gpds_gconf_get_key_from_path (const gchar *path);
 
-gboolean     gpds_gconf_get_bool          (GConfClient *gconf,
+gboolean     gpds_gconf_get_boolean       (GConfClient *gconf,
                                            const gchar *key,
                                            gboolean *value);
 gboolean     gpds_gconf_get_int           (GConfClient *gconf,

Modified: trunk/src/gpds-ui.c
==============================================================================
--- trunk/src/gpds-ui.c	(original)
+++ trunk/src/gpds-ui.c	Mon Mar  9 03:23:41 2009
@@ -301,7 +301,7 @@
 
     priv = GPDS_UI_GET_PRIVATE(ui);
     gconf_key = build_gconf_key(ui, key);
-    exist_value =gpds_gconf_get_bool(priv->gconf, gconf_key, value);
+    exist_value =gpds_gconf_get_boolean(priv->gconf, gconf_key, value);
     g_free(gconf_key);
 
     return exist_value;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]