rofi
1.5.1
|
Data Fields | |
RofiViewState * | state |
unsigned int | start |
unsigned int | stop |
unsigned int | count |
GCond * | cond |
GMutex * | mutex |
unsigned int * | acount |
const char * | pattern |
glong | plen |
void(* | callback )(struct _thread_state *t, gpointer data) |
unsigned int* _thread_state::acount |
Definition at line 565 of file view.c.
Referenced by rofi_view_call_thread(), and rofi_view_refilter().
void( * _thread_state::callback) (struct _thread_state *t, gpointer data) |
Definition at line 569 of file view.c.
Referenced by rofi_view_call_thread(), and rofi_view_refilter().
GCond* _thread_state::cond |
Definition at line 563 of file view.c.
Referenced by rofi_view_call_thread(), and rofi_view_refilter().
unsigned int _thread_state::count |
Definition at line 562 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
GMutex* _thread_state::mutex |
Definition at line 564 of file view.c.
Referenced by rofi_view_call_thread(), and rofi_view_refilter().
const char* _thread_state::pattern |
Definition at line 567 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
glong _thread_state::plen |
Definition at line 568 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
unsigned int _thread_state::start |
Definition at line 560 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().
RofiViewState* _thread_state::state |
Definition at line 559 of file view.c.
Referenced by _rofi_view_reload_row(), filter_elements(), rofi_view_add_widget(), rofi_view_calculate_height(), rofi_view_calculate_window_width(), rofi_view_clear_input(), rofi_view_create(), rofi_view_error_dialog(), rofi_view_finalize(), rofi_view_get_mode(), rofi_view_handle_mouse_motion(), rofi_view_handle_text(), rofi_view_listview_mouse_activated_cb(), rofi_view_maybe_update(), rofi_view_nav_first(), rofi_view_nav_last(), rofi_view_nav_row_select(), rofi_view_nav_row_tab(), rofi_view_refilter(), rofi_view_set_overlay(), rofi_view_switch_mode(), rofi_view_temp_click_to_exit(), rofi_view_temp_configure_notify(), rofi_view_trigger_action(), rofi_view_trigger_global_action(), rofi_view_update(), textbox_sidebar_modi_trigger_action(), and update_callback().
unsigned int _thread_state::stop |
Definition at line 561 of file view.c.
Referenced by filter_elements(), and rofi_view_refilter().