Return a value translated to boolean. Definition at line 298 of file config.c. 00299 { 00300 int bval; 00301 00302 bval = string_to_bool(config_getopt(val)); 00303 g_assert(bval != -1); 00304 return (bval); 00305 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3