aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-21 12:10:41 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-21 12:10:41 -0500
commit7b3b8a27aa6e0a9a10f6faec1cd13b10f5b2492a (patch)
treeeb27599c6142fbba202e4c2dcb7b8c91d8838c92 /src/notifier.h
parentbc32a96ee2d776eb2cf1af6e67f940afad589dce (diff)
downloadayatana-indicator-power-7b3b8a27aa6e0a9a10f6faec1cd13b10f5b2492a.tar.gz
ayatana-indicator-power-7b3b8a27aa6e0a9a10f6faec1cd13b10f5b2492a.tar.bz2
ayatana-indicator-power-7b3b8a27aa6e0a9a10f6faec1cd13b10f5b2492a.zip
fix build issues
Diffstat (limited to 'src/notifier.h')
-rw-r--r--src/notifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notifier.h b/src/notifier.h
index 2602171..c1c5a1b 100644
--- a/src/notifier.h
+++ b/src/notifier.h
@@ -72,8 +72,8 @@ IndicatorPowerNotifier * indicator_power_notifier_new (void);
void indicator_power_notifier_set_bus (IndicatorPowerNotifier * self,
GDBusConnection * connection);
-void indicator_power_notifier_set_device (IndicatorPowerNotifier * self,
- IndicatorPowerDevice * provider);
+void indicator_power_notifier_set_battery (IndicatorPowerNotifier * self,
+ IndicatorPowerDevice * battery);
G_END_DECLS