GNOME Bugzilla – Bug 631263
GSettings needs range/choice APIs
Last modified: 2010-10-04 06:59:34 UTC
For similar reasons to why we have schema/key listing APIs (editor apps, commandline tools, etc.).
commit d6d76783ae9fc473d7fe38683d729d6c2c8e80c4 Author: Ryan Lortie <desrt@desrt.ca> Date: Mon Oct 4 02:58:46 2010 -0400 Bug 631263 - GSettings needs range/choice APIs Add g_settings_get_range() to describe the possible values that may be provided to g_settings_set_value() without causing an error. Add a test case.