engine: add 'profile' argument to constructor
commiteb8f17c4c59ab480007f5ead6949388297b00e74
authorRyan Lortie <desrt@desrt.ca>
Tue, 26 Nov 2013 18:38:33 +0000 (26 13:38 -0500)
committerRyan Lortie <desrt@desrt.ca>
Tue, 26 Nov 2013 18:46:13 +0000 (26 13:46 -0500)
tree3855cdf48da9950274c667e016b8a9daa4548e04
parent735d95a845ac886355da00f5b0a565bfcaeb9534
engine: add 'profile' argument to constructor

Allow specifying a profile when calling dconf_engine_new().  This will
allow us to avoid setting/unsetting the DCONF_PROFILE environment in
testcases from contexts where other threads may be reading from the
environment.
client/dconf-client.c
dbus-1/dconf-dbus-1.c
engine/dconf-engine.c
engine/dconf-engine.h
gsettings/dconfsettingsbackend.c
tests/engine.c