AgsRunnable
typedef AgsRunnable; struct AgsRunnableInterface; void ags_runnable_run (AgsRunnable *runnable); void ags_runnable_stop (AgsRunnable *runnable);
AgsRunnable *runnable
typedef void AgsRunnable;
struct AgsRunnableInterface { GTypeInterface interface; void (*run)(AgsRunnable *runnable); void (*stop)(AgsRunnable *runnable); };
void ags_runnable_run (AgsRunnable *runnable);
void ags_runnable_stop (AgsRunnable *runnable);