aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-power.h')
-rw-r--r--src/indicator-power.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/indicator-power.h b/src/indicator-power.h
index 39ac0ca..bd47535 100644
--- a/src/indicator-power.h
+++ b/src/indicator-power.h
@@ -26,6 +26,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <libindicator/indicator.h>
#include <libindicator/indicator-object.h>
+#include "device.h"
+
G_BEGIN_DECLS
#define INDICATOR_POWER_TYPE (indicator_power_get_type ())
@@ -52,4 +54,8 @@ struct _IndicatorPower
GType indicator_power_get_type (void) G_GNUC_CONST;
+void indicator_power_set_devices (IndicatorPower * power,
+ IndicatorPowerDevice ** devices,
+ gsize deviceCount);
+
G_END_DECLS