| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/thread/ags_devout_thread.h>
#define AGS_DEVOUT_THREAD_DEFAULT_JIFFIE
struct AgsDevoutThread;
struct AgsDevoutThreadClass;
AgsDevoutThread * ags_devout_thread_new (GObject *devout);
struct AgsDevoutThread {
AgsThread thread;
time_t time_val;
AgsThread *timestamp_thread;
GError *error;
};
AgsDevoutThread * ags_devout_thread_new (GObject *devout);
Create a new AgsDevoutThread.
|
the AgsDevout |
Returns : |
the new AgsDevoutThread |
Since 0.4