mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()
Plumbs synchronous calls for adding and removing group entries to config files. This is useful for services like SystemServer which default to group names for executable paths, and for removing all keys at once.
This commit is contained in:
parent
6f394d9ee2
commit
c34f2e75e9
10 changed files with 97 additions and 0 deletions
|
@ -4,4 +4,6 @@ endpoint ConfigClient
|
|||
notify_changed_i32_value(String domain, String group, String key, i32 value) =|
|
||||
notify_changed_bool_value(String domain, String group, String key, bool value) =|
|
||||
notify_removed_key(String domain, String group, String key) =|
|
||||
notify_removed_group(String domain, String group) =|
|
||||
notify_added_group(String domain, String group) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue