Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/thread/ags_gui_thread.h> #define AGS_GUI_THREAD_DEFAULT_JIFFIE struct AgsGuiThread; struct AgsGuiThreadClass; AgsGuiThread * ags_gui_thread_new ();
struct AgsGuiThread { AgsThread thread; GMutex mutex; GCond cond; AgsThread *gui_task_thread; };
AgsGuiThread * ags_gui_thread_new ();
Create a new AgsGuiThread.
Returns : |
the new AgsGuiThread |
Since 0.4