diff options
author | Robert Tari <robert@tari.in> | 2023-04-05 13:51:53 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-05-05 23:37:05 +0200 |
commit | 8f7c0cdbfd3ac5166a9628f917a0184fe5a44628 (patch) | |
tree | 62152c893faf4b24a6925fdebe2a9b40f2bfe1fd /src/device.h | |
parent | 906c021e2ebd927b512c9d52c03c17e70c01f065 (diff) | |
download | ayatana-indicator-power-8f7c0cdbfd3ac5166a9628f917a0184fe5a44628.tar.gz ayatana-indicator-power-8f7c0cdbfd3ac5166a9628f917a0184fe5a44628.tar.bz2 ayatana-indicator-power-8f7c0cdbfd3ac5166a9628f917a0184fe5a44628.zip |
Do not use charge-aware icons in the menu
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h index d9e9264..169305b 100644 --- a/src/device.h +++ b/src/device.h @@ -148,7 +148,7 @@ time_t indicator_power_device_get_time (const IndicatorPower gboolean indicator_power_device_get_power_supply (const IndicatorPowerDevice * device); GStrv indicator_power_device_get_icon_names (const IndicatorPowerDevice * device, gboolean panel); -GIcon * indicator_power_device_get_gicon (const IndicatorPowerDevice * device, gboolean panel); +GIcon * indicator_power_device_get_gicon (const IndicatorPowerDevice * device, gboolean panel, gboolean bShowCharge); char * indicator_power_device_get_readable_text (const IndicatorPowerDevice * device, gboolean bModelName); |