~vcs-imports/dconf/+git/dconf:dconf-0.26

Last commit made on 2017-10-03
Get this branch:
git clone -b dconf-0.26 https://git.launchpad.net/~vcs-imports/dconf/+git/dconf

Branch merges

Branch information

Name:
dconf-0.26
Repository:
lp:~vcs-imports/dconf/+git/dconf

Recent commits

46d862f... by Matthias Clasen <email address hidden>

3.26.1

9ac8f16... by Piotr Drąg

Fix a typo in manpage

https://bugzilla.gnome.org/show_bug.cgi?id=786829

701d19d... by Colin Walters

gdbus: Work around threading deadlock in glib

See https://bugzilla.gnome.org/show_bug.cgi?id=674885
for more details. What dconf is doing right now provokes
this more easily by involving *another* thread in the mix.

102bb4a... by Allison Karlitskaya

dconf 0.26.0

a3179de... by Allison Karlitskaya

dconf 0.25.1

b9427b1... by Xavier Claessens <email address hidden>

DConfClient: Add "writability-changed" signal

https://bugzilla.gnome.org/show_bug.cgi?id=759128

83aab3c... by Allison Karlitskaya

client: restrict list_locks to work on dirs

This was always the intention, and is even documented that way in the
gtk-doc block above. I'm not sure why I used paths.

In any case, this API has never been released, so the change is safe.

9d3acc1... by Allison Karlitskaya

DConfChangeset: add missing 'static' on function

4bf8de0... by Allison Karlitskaya

docs: add new APIs

...and other various cleanups.

4a80e6c... by Allison Karlitskaya

client: replace _read_default() with _read_full()

This API has never appeared in a released version of dconf (even
unstable). Replace it with a more generally-useful form.

Update the test cases, dconf commandline tool and vapi accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=759128