AgsGenericMainLoop — generic loop
GObject ╰── AgsThread ╰── AgsGenericMainLoop
AgsGenericMainLoop implements AgsConnectable and AgsMainLoop.
#include <ags/thread/ags_generic_main_loop.h>
The AgsGenericMainLoop is suitable as AgsMainLoop and does generic processing.
AgsGenericMainLoop * ags_generic_main_loop_new (GObject *application_context);
GObject *application_context
Create a new AgsGenericMainLoop.
application_context
the AgsMain
the new AgsGenericMainLoop
Since: 0.7.11
#define AGS_GENERIC_MAIN_LOOP_DEFAULT_JIFFIE (AGS_THREAD_DEFAULT_JIFFIE)