|
rofi
1.5.4
|
#include <rofi-types.h>

Data Fields | |
| GRegex * | regex |
| gboolean | invert |
Internal structure for matching.
Definition at line 234 of file rofi-types.h.
| gboolean rofi_int_matcher_t::invert |
Definition at line 237 of file rofi-types.h.
Referenced by create_regex().
| GRegex* rofi_int_matcher_t::regex |
Definition at line 236 of file rofi-types.h.
Referenced by create_regex().