gnome-python r662 - trunk/gconf



Author: gjc
Date: Sun Apr  5 14:44:11 2009
New Revision: 662
URL: http://svn.gnome.org/viewvc/gnome-python?rev=662&view=rev

Log:
Bug 575823 â GConfEntry.get_value should accept None as parameter for the locale

Modified:
   trunk/gconf/gconf.defs

Modified: trunk/gconf/gconf.defs
==============================================================================
--- trunk/gconf/gconf.defs	(original)
+++ trunk/gconf/gconf.defs	Sun Apr  5 14:44:11 2009
@@ -493,7 +493,7 @@
   (return-type "GConfEntry*")
   (parameters
     '("const-gchar*" "key")
-    '("const-gchar*" "locale")
+    '("const-gchar*" "locale" (null-ok))
     '("gboolean" "use_schema_default")
     '("GError**" "err")
   )



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