_GThread Struct Reference

#include <gthread.h>

Data Fields

GThreadFunc  func
gpointer  data
gboolean  joinable
GThreadPriority  priority

Field Documentation

gpointer _GThread::data
 
GThreadFunc _GThread::func
 
gboolean _GThread::joinable
 
GThreadPriority _GThread::priority
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top