rofi
1.7.3
|
#include <rofi-types.h>
Data Fields | |
GRegex * | regex |
gboolean | invert |
Internal structure for matching.
Definition at line 307 of file rofi-types.h.
gboolean rofi_int_matcher_t::invert |
Definition at line 309 of file rofi-types.h.
Referenced by create_regex(), and drun_token_match().
GRegex* rofi_int_matcher_t::regex |
Definition at line 308 of file rofi-types.h.
Referenced by create_regex().