flash.h 332 B

12345678910111213
  1. #include "gio/gio.h"
  2. typedef struct _MPFlash MPFlash;
  3. void mp_flash_gtk_init(GDBusConnection *conn);
  4. void mp_flash_gtk_clean();
  5. MPFlash *mp_led_flash_from_path(const char *path);
  6. MPFlash *mp_create_display_flash();
  7. void mp_flash_free(MPFlash *flash);
  8. void mp_flash_enable(MPFlash *flash);
  9. void mp_flash_disable(MPFlash *flash);