AgsRunnable

AgsRunnable

Synopsis

typedef             AgsRunnable;
struct              AgsRunnableInterface;
void                ags_runnable_run                    (AgsRunnable *runnable);
void                ags_runnable_stop                   (AgsRunnable *runnable);

Description

Details

AgsRunnable

typedef void AgsRunnable;

struct AgsRunnableInterface

struct AgsRunnableInterface {
  GTypeInterface interface;

  void (*run)(AgsRunnable *runnable);
  void (*stop)(AgsRunnable *runnable);
};

ags_runnable_run ()

void                ags_runnable_run                    (AgsRunnable *runnable);

ags_runnable_stop ()

void                ags_runnable_stop                   (AgsRunnable *runnable);