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

Data Fields | |
| GRegex * | regex |
| gboolean | invert |
Internal structure for matching.
Definition at line 304 of file rofi-types.h.
| gboolean rofi_int_matcher_t::invert |
Definition at line 306 of file rofi-types.h.
Referenced by create_regex(), and drun_token_match().
| GRegex* rofi_int_matcher_t::regex |
Definition at line 305 of file rofi-types.h.
Referenced by create_regex().