diff options
Diffstat (limited to 'src/flashlight.h')
-rw-r--r-- | src/flashlight.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/flashlight.h b/src/flashlight.h index 51ed5e7..19f738e 100644 --- a/src/flashlight.h +++ b/src/flashlight.h @@ -24,6 +24,12 @@ G_BEGIN_DECLS +int +toggle_flashlight_action_qcom(); + +int +toggle_flashlight_action_simple(); + void toggle_flashlight_action(GAction *action, GVariant *parameter G_GNUC_UNUSED, @@ -35,6 +41,9 @@ flashlight_supported(); gboolean flashlight_activated(); +enum +TorchType { SIMPLE = 1, QCOM }; + G_END_DECLS #endif /* INDICATOR_POWER_FLASHLIGHT__H */ |