rofi
1.5.1
|
#include <rofi-types.h>
Data Fields | |
GRegex * | regex |
gboolean | invert |
Internal structure for matching.
Definition at line 232 of file rofi-types.h.
gboolean rofi_int_matcher_t::invert |
Definition at line 235 of file rofi-types.h.
Referenced by create_regex().
GRegex* rofi_int_matcher_t::regex |
Definition at line 234 of file rofi-types.h.
Referenced by create_regex().