Function
IdeThreadPoolpush_with_priority
Declaration
void
ide_thread_pool_push_with_priority (
IdeThreadPoolKind kind,
gint priority,
IdeThreadFunc func,
gpointer func_data
)
Parameters
kind-
Type:
IdeThreadPoolKindThe threadpool kind to use.
priority-
Type:
gintThe priority for func.
func-
Type:
IdeThreadFuncA function to call in the worker thread.
func_data-
Type:
gpointerUser data for
func.The argument can be NULL.The data is owned by the caller of the function.