AgsToggleLed — toggle led object
GObject ╰── AgsTask ╰── AgsToggleLed
AgsToggleLed implements AgsConnectable.
#include <ags/audio/task/ags_toggle_led.h>
The AgsToggleLed task toggles AgsLed and the GUI is updated.
AgsToggleLed * ags_toggle_led_new (GList *led, guint set_active, guint unset_active);
GList *led
guint set_active
guint unset_active
Creates an AgsToggleLed.
led
the AgsLed to toggle
set_active
the nth led to activate
unset_active
the nth led to deactivate
an new AgsToggleLed.
Since: 0.4