mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
common/parse-bool.c: make parse_bool() generic
...to avoid multiple versions of a boolean-parser. - Optionally take a default value - Return -1 on error - Rename get-bool.c to parse-bool.c
This commit is contained in:
parent
473f0aacbd
commit
fa50149525
7 changed files with 144 additions and 64 deletions
|
|
@ -3,11 +3,11 @@ labwc_sources += files(
|
|||
'dir.c',
|
||||
'fd_util.c',
|
||||
'font.c',
|
||||
'get-bool.c',
|
||||
'grab-file.c',
|
||||
'graphic-helpers.c',
|
||||
'mem.c',
|
||||
'nodename.c',
|
||||
'parse-bool.c',
|
||||
'scaled_font_buffer.c',
|
||||
'scaled_scene_buffer.c',
|
||||
'scene-helpers.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue