GThreadPool

Main Gtk struct. The GThreadPool struct represents a thread pool. It has three public read-only members, but the underlying struct is bigger, so you must not copy this struct. GFunc func; the function to execute in the threads of this pool gpointer user_data; the user data for the threads of this pool gboolean exclusive; are all threads exclusive to this pool

Members

Variables

exclusive
int exclusive;
Undocumented in source.
func
GFunc func;
Undocumented in source.
userData
void* userData;
Undocumented in source.

Meta