diff options
author | Ryan Lortie <desrt@desrt.ca> | 2013-06-25 14:39:26 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-06-25 15:27:43 -0400 |
commit | 40f887db43dc89e546ecef9c2d2f31a61858badc (patch) | |
tree | 8a1461fa384898ef9446e0289db2e10ad0346241 /engine | |
parent | 8a73b4f8b3e8457b7bc606d0176ec4df78c822f1 (diff) | |
download | dconf-40f887db43dc89e546ecef9c2d2f31a61858badc.tar.gz |
DConfChangeset: expose concept of "sealing"
DConfChangeset is a partially threadsafe type.
when first created, it is mutable and can only be used from one thread.
After it is filled in, the intention is that it can be shared between
threads as long as it isn't changed.
Previously, this transition was made when dconf_changeset_describe() was
called. After that, it was not possible to make any more changes.
Formalise and document this concept and add an explicit call for it:
dconf_changeset_seal().
https://bugzilla.gnome.org/show_bug.cgi?id=703073
Diffstat (limited to 'engine')
0 files changed, 0 insertions, 0 deletions