diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-27 09:22:28 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-27 09:22:28 -0500 |
commit | 23a2672a1a763cdef67ccc5cb9f8fec7daf021be (patch) | |
tree | 12e65c5de81ee72c02d58a3183035eb007bd7db5 /src/indicator-power.h | |
parent | 675cc7955e0e8834a3ea4bb46fb347bb744f24a7 (diff) | |
download | ayatana-indicator-power-23a2672a1a763cdef67ccc5cb9f8fec7daf021be.tar.gz ayatana-indicator-power-23a2672a1a763cdef67ccc5cb9f8fec7daf021be.tar.bz2 ayatana-indicator-power-23a2672a1a763cdef67ccc5cb9f8fec7daf021be.zip |
use signals to decouple i-power and dbus-listener
Diffstat (limited to 'src/indicator-power.h')
-rw-r--r-- | src/indicator-power.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/indicator-power.h b/src/indicator-power.h index bd47535..69ed888 100644 --- a/src/indicator-power.h +++ b/src/indicator-power.h @@ -55,7 +55,6 @@ struct _IndicatorPower GType indicator_power_get_type (void) G_GNUC_CONST; void indicator_power_set_devices (IndicatorPower * power, - IndicatorPowerDevice ** devices, - gsize deviceCount); + GSList * devices); G_END_DECLS |