After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596664 - g_settings_bind needs merging
g_settings_bind needs merging
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gsettings
unspecified
Other All
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks: 494329
 
 
Reported: 2009-09-28 20:18 UTC by Sam Thursfield
Modified: 2010-04-20 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Thursfield 2009-09-28 20:18:29 UTC
http://gitorious.org/gsettings-gtk/gsettings-gtk/trees/master/src

Here is code to add g_settings_bind and the required support functions.
Comment 1 Allison Karlitskaya (desrt) 2009-09-30 20:05:18 UTC
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...