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