~vcs-imports/dconf/+git/dconf:wip/0-25-1

Last commit made on 2015-12-16
Get this branch:
git clone -b wip/0-25-1 https://git.launchpad.net/~vcs-imports/dconf/+git/dconf

Branch merges

Branch information

Name:
wip/0-25-1
Repository:
lp:~vcs-imports/dconf/+git/dconf

Recent commits

fcea576... by Allison Karlitskaya

dconf 0.25.1

7080ed8... 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.

4a3a645... by Allison Karlitskaya

DConfChangeset: add missing 'static' on function

870a2c5... by Allison Karlitskaya

docs: add new APIs

...and other various cleanups.

7b70547... 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.

a184c99... by Allison Karlitskaya

engine: some internal const-correctness changes

There is no reason that the read_through queue should not be 'const', so
expose it as such.

c26d2a4... by Allison Karlitskaya

engine: add DCONF_READ_DEFAULT_VALUE flag

Add a flag that allows checking the default value without constructing a
read_through queue. Make use of this new flag to simplify code in a
couple of places.

63ec70d... by Allison Karlitskaya

engine: merge _read and _read_user_value()

Delete the separate dconf_engine_read_user_value() and merge its
functionality into dconf_engine_read() by adding a flags field.

ae7dcc2... by Allison Karlitskaya

common: rename dconf-error.h to dconf-enums.h

This will soon contain an extra enum.

1fb178f... by Allison Karlitskaya

Remove libdbus-1 support

Stop building the dconf-dbus-1 client library. Nobody is using it
anymore and we will soon be taking a non-conditional dependency on
libgio in any case.

It is now only possible to use dconf with GDBus.