g_settings_get_child(): inherit backend
authorRyan Lortie <desrt@desrt.ca>
Sun, 22 Dec 2013 04:13:57 +0000 (23:13 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 2 Jan 2014 06:50:40 +0000 (01:50 -0500)
commitc7636ce64b8c4bf89fe75e9431d7d583a1573424
treec66a2a9a00c7af1283c3db2db724c5b06c4c7ffc
parentd25b655bf579ccc7e2e56a9b2185177fde04e058
g_settings_get_child(): inherit backend

Part of the purpose of g_settings_get_child() was that it could be used
after you delay() a GSettings object, and then apply() all of the
settings together.  In order for that to work, we need to share the
backend.

https://bugzilla.gnome.org/show_bug.cgi?id=720891
gio/gsettings.c