rofi 1.7.8
|
#include <rofi-types.h>
Data Fields | |
void(* | callback )(struct _thread_state *t, gpointer data) |
void(* | free )(void *) |
int | priority |
Structure with data to process by each worker thread. TODO: Make this more generic wrapper.
Definition at line 367 of file rofi-types.h.
void(* _thread_state::callback) (struct _thread_state *t, gpointer data) |
Definition at line 368 of file rofi-types.h.
Referenced by rofi_icon_fetcher_query(), rofi_icon_fetcher_query_advanced(), rofi_view_call_thread(), and rofi_view_refilter_real().
void(* _thread_state::free) (void *) |
Definition at line 369 of file rofi-types.h.
Referenced by rofi_icon_fetcher_query(), rofi_icon_fetcher_query_advanced(), rofi_thread_pool_state_free(), and rofi_view_refilter_real().
int _thread_state::priority |
Definition at line 370 of file rofi-types.h.
Referenced by rofi_icon_fetcher_query(), rofi_icon_fetcher_query_advanced(), rofi_thread_workers_sort(), and rofi_view_refilter_real().