Spit.HostInterface.set_config_double Reference Manual
Packages
shotwell-plugin-dev
Spit
HostInterface
get_config_bool
get_config_double
get_config_int
get_config_string
get_module_file
set_config_bool
set_config_double
set_config_int
set_config_string
unset_config_key
set_config_double
Description:
public
abstract
void
set_config_double
(
string
key,
double
val)
Store a double in a persistent configuration store.
Parameters:
key
The name of the value to be stored.
val
The value to be stored.