settings: add API to set, reset, save, delete and iterate settings
Also improves and refactor the settings unit test to test all the new API added.
This commit is contained in:
@@ -7,10 +7,16 @@ Settings
|
||||
|
||||
digraph inheritance {
|
||||
rankdir=LR;
|
||||
GBoxed -> WpSettingsSpec;
|
||||
GBoxed -> WpSettingsItem;
|
||||
GObject -> WpObject;
|
||||
WpObject -> WpSettings;
|
||||
}
|
||||
|
||||
.. doxygenstruct:: WpSettingsSpec
|
||||
|
||||
.. doxygenstruct:: WpSettingsItem
|
||||
|
||||
.. doxygenstruct:: WpSettings
|
||||
|
||||
.. doxygengroup:: wpsettings
|
||||
|
Reference in New Issue
Block a user