DragonFly On-Line Manual Pages

Search: Section:  


SHTK_CONFIG_SET(3)    DragonFly Library Functions Manual    SHTK_CONFIG_SET(3)

NAME

shtk_config_set - Sets the value of a configuration variable

LIBRARY

shtk_import config

SYNOPSIS

shtk_config_set var_name value

DESCRIPTION

The shtk_config_set function sets the value of the configuration variable var_name to value. The given configuration variable must be a valid configuration variable as previously specified by a call to shtk_config_init(3).

ERRORS

If var_name is invalid because it has not been registered as a valid configuration variable with a call to shtk_config_init(3), execution terminates with an error.

SEE ALSO

shtk(3), shtk_config(3)

HISTORY

shtk_config_set first appeared in shtk 1.0. DragonFly 6.5-DEVELOPMENT November 6, 2014 DragonFly 6.5-DEVELOPMENT

Search: Section: