pce_config.pl -- XPCE congifuration database
This module deals with saving and loading application settings such as preferences and the layout of windows.
- register_config(:Pred) is det
- Register Pred to provide metadata about the configuration
handled in the calling module. Pred is called as
call(Pred, Path, Attributes)
. - get_config(:Key, -Value) is det
- Get configuration for Key as Value.
- set_config(:Key, +Value) is det
- Set the configuration parameter Key to Value. If the value is
modified, a broadcast message
set_config(Key, Value)
is issued. - config_attributes(+Key, -Attributes)
- Fetch the (meta) attributes of the given config key. The special path `config' returns information on the config database itself. The path of the key may be partly instantiated.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.