mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
config_font_parse(): return fail/success
This commit is contained in:
parent
04703c07f0
commit
0d6b5f522e
4 changed files with 35 additions and 11 deletions
2
config.h
2
config.h
|
|
@ -191,5 +191,5 @@ bool config_load(
|
|||
user_notifications_t *initial_user_notifications, bool errors_are_fatal);
|
||||
void config_free(struct config conf);
|
||||
|
||||
struct config_font config_font_parse(const char *pattern);
|
||||
bool config_font_parse(const char *pattern, struct config_font *font);
|
||||
void config_font_destroy(struct config_font *font);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue