Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gthread.h>
Data Fields | |
GThreadFunc | func |
gpointer | data |
gboolean | joinable |
GThreadPriority | priority |
Definition at line 48 of file deprecated/gthread.h.
gpointer _GThread::data |
Definition at line 52 of file deprecated/gthread.h.
GThreadFunc _GThread::func |
Definition at line 51 of file deprecated/gthread.h.
gboolean _GThread::joinable |
Definition at line 53 of file deprecated/gthread.h.
GThreadPriority _GThread::priority |
Definition at line 54 of file deprecated/gthread.h.