From 4594876cd2b3c80a827cfe1526e0779b72777cc2 Mon Sep 17 00:00:00 2001 From: Allison Ryan Lortie Date: Wed, 16 Dec 2015 10:04:13 -0500 Subject: 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. https://bugzilla.gnome.org/show_bug.cgi?id=759128 --- common/dconf-enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/dconf-enums.h b/common/dconf-enums.h index a2ac08a..2f10d1a 100644 --- a/common/dconf-enums.h +++ b/common/dconf-enums.h @@ -35,6 +35,7 @@ typedef enum typedef enum { DCONF_READ_FLAGS_NONE = 0, + DCONF_READ_DEFAULT_VALUE = (1u << 0), DCONF_READ_USER_VALUE = (1u << 1) } DConfReadFlags; -- cgit v1.2.1