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