Home
last modified time | relevance | path

Searched refs:_theme_load_file (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Dtheme.c67 static gboolean _theme_load_file(const char* const theme_name);
72 if (!_theme_load_file(theme_name)) { in theme_init()
75 if (!_theme_load_file("default")) { in theme_init()
189 if (_theme_load_file(theme_name)) { in theme_load()
200 _theme_load_file(const char* const theme_name) in _theme_load_file() function