Greenbone Vulnerability Management Libraries
11.0.1
|
int prefs_get_bool(const gchar *key)
Get a boolean expression of a preference value via a key.
void prefs_config(const char *)
Apply the configs from given file as preferences.
void prefs_dump(void)
Dump the preferences to stdout.
const gchar * prefs_get(const gchar *key)
Get a string preference value via a key.
int prefs_nvt_timeout(const char *)
Returns the timeout defined by the client or 0 if none was set.
GHashTable * preferences_get(void)
Get the pointer to the global preferences structure. Eventually this function should not be used anyw...
void prefs_set(const gchar *, const gchar *)
Set a string preference value via a key.