rofi
1.7.0
|
Go to the source code of this file.
Enumerations | |
enum | XrmOptionType { xrm_String = 0 , xrm_Number = 1 , xrm_SNumber = 2 , xrm_Boolean = 3 , xrm_Char = 4 } |
Functions | |
void | config_parse_cmd_options (void) |
void | config_xresource_free (void) |
void | config_parser_add_option (XrmOptionType type, const char *key, void **value, const char *comment) |
void | print_options (void) |
void | print_help_msg (const char *option, const char *type, const char *text, const char *def, int isatty) |
char ** | config_parser_return_display_help (unsigned int *length) |
gboolean | config_parse_set_property (const Property *p, char **error) |
Set config option. More... | |
void | config_parse_dump_config_rasi_format (FILE *out, gboolean changes) |
Dump configuration in rasi format. More... | |