9 Commits

Author SHA1 Message Date
Matthias Clasen
92f9fb650f Trivial coding style fixes 2010-04-14 23:13:29 -04:00
Vincent Untz
9d22ef333b Monitor the memory backend keyfile with G_FILE_MONITOR_SEND_MOVED 2010-04-14 21:26:01 -04:00
Vincent Untz
7d069d36f4 Save the type of the setting in the keyfile
Without the type, there's no way to decide if a value is an int32 or
int16, for example.
2010-04-14 20:14:19 -04:00
Vincent Untz
28839ce593 Fix various issues in memory backend
- path saved without trailing slash in keyfile
- pass "" prefix to g_settings_backend_keys_changed() instead of NULL
- ignore context that is an empty string
2010-04-14 18:14:50 -04:00
Vincent Untz
4542b00660 Add assertion in the memory backend 2010-04-14 18:11:05 -04:00
Vincent Untz
d1664c0e3c Add back memory backend that got removed, and update it
It should work with the latest GSettingsBackend.
2010-04-14 18:01:06 -04:00
Ryan Lortie
66bc7ced39 trivial fixups 2010-04-14 13:25:47 -04:00
Vincent Untz
6eb4e56b36 Add a simple GKeyFile-based store for the memory backend
It needs some testing, but the simple test application works fine.
2010-04-13 22:03:29 -04:00
Ryan Lortie
e06ca1fae6 some GSettings stuff 2010-04-13 09:16:09 -04:00