aboutsummaryrefslogtreecommitdiff
path: root/src/service.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-19 10:10:50 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-19 10:10:50 -0500
commit8f744774af079ec4c497377ae6dc4d833db8a360 (patch)
tree02d30547d77bdd0ab6c134618331a83963a41c0c /src/service.h
parente2431a9ab55122b74397b4536ea95f769bc64999 (diff)
downloadayatana-indicator-power-8f744774af079ec4c497377ae6dc4d833db8a360.tar.gz
ayatana-indicator-power-8f744774af079ec4c497377ae6dc4d833db8a360.tar.bz2
ayatana-indicator-power-8f744774af079ec4c497377ae6dc4d833db8a360.zip
remove the '--replace' command line argument; process management will be handled by Upstart
Diffstat (limited to 'src/service.h')
-rw-r--r--src/service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/service.h b/src/service.h
index 77cc362..76ed10f 100644
--- a/src/service.h
+++ b/src/service.h
@@ -64,8 +64,7 @@ struct _IndicatorPowerServiceClass
GType indicator_power_service_get_type (void);
-IndicatorPowerService * indicator_power_service_new (gboolean replace,
- IndicatorPowerDeviceProvider * provider);
+IndicatorPowerService * indicator_power_service_new (IndicatorPowerDeviceProvider * provider);
void indicator_power_service_set_device_provider (IndicatorPowerService * self,
IndicatorPowerDeviceProvider * provider);