Function
Gntstyle_parse_bool
since: 2.1
Declaration [src]
gboolean
gnt_style_parse_bool (
const char* value
)
Description [src]
Parse a boolean preference. For example, if ‘value’ is “false” (ignoring case)
or “0”, the return value will be FALSE
, otherwise TRUE
.
Available since: 2.1