From 868fa1688edaaa48696f59d3fafe44dc9afcb940 Mon Sep 17 00:00:00 2001 From: "Jan Sprinz (NeoTheThird)" Date: Sun, 25 Mar 2018 22:18:55 +0200 Subject: Added warning to avoid overheating of the LED. Ported from UBports power indicator: commit ef020b31be15f1126d3e5ea5ec399179aad586b8 Author: Jan Sprinz (NeoTheThird) Date: Sat Sep 16 16:02:50 2017 +0200 Forgot semicolon *blush* commit c8be2d9a142e17bdfa86ee68e23a18ba0680c244 Author: Jan Sprinz (NeoTheThird) Date: Sat Sep 16 15:53:29 2017 +0200 Change var name commit 3d6a37503bafcbf397220dcfac5624a686f2f900 Author: Jan Sprinz (NeoTheThird) Date: Sat Sep 16 14:24:05 2017 +0200 Added warning to avoid overheating of the LED Ported-by: Mike Gabriel --- src/flashlight.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/flashlight.h') diff --git a/src/flashlight.h b/src/flashlight.h index af2822d..51ed5e7 100644 --- a/src/flashlight.h +++ b/src/flashlight.h @@ -32,6 +32,9 @@ toggle_flashlight_action(GAction *action, int flashlight_supported(); +gboolean +flashlight_activated(); + G_END_DECLS #endif /* INDICATOR_POWER_FLASHLIGHT__H */ -- cgit v1.2.3