Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
return list;
}
char *
go_conf_get_enum_as_str (GOConfNode *node, gchar const *key)
{
return go_conf_get_string (node, key);
gboolean
go_conf_load_bool (GOConfNode *node, gchar const *key, gboolean default_val)