GNOME Bugzilla – Bug 596664
g_settings_bind needs merging
Last modified: 2010-04-20 16:49:58 UTC
http://gitorious.org/gsettings-gtk/gsettings-gtk/trees/master/src Here is code to add g_settings_bind and the required support functions.
for the reasons we discussed: * inflexible gvalue <-> gvariant mapping * refcounting model * bindings kept as a list on the Settings instead of inside the target i basically had to totally rewrite this it's commited to the gsettings branch on git.gnome.org now...