rofi
1.5.4
|
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_xresource_options (xcb_stuff *xcb) |
void | config_parse_xresource_options_file (const char *filename) |
void | config_parse_cmd_options (void) |
void | config_xresource_free (void) |
void | config_parse_xresource_dump (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 (gboolean changes) |
Dump configuration in rasi format. More... | |