diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-11-10 11:38:30 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-11-10 11:38:30 +0100 |
commit | 47feef09024f8ab76985d118637e14454a46c71e (patch) | |
tree | a550ccc548f92f73b0bc6f8ffb8db1215dd9e4f3 /src/device.h | |
parent | 2b2ee5a8610f20e51509a709a114826219051b2e (diff) | |
parent | 1b8c12e2f7f6bda8efa3c632f789521cdcf82fd0 (diff) | |
download | ayatana-indicator-power-47feef09024f8ab76985d118637e14454a46c71e.tar.gz ayatana-indicator-power-47feef09024f8ab76985d118637e14454a46c71e.tar.bz2 ayatana-indicator-power-47feef09024f8ab76985d118637e14454a46c71e.zip |
Merge branch 'tari01-pr/fix-theming'
Attributes GH PR #65: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/65
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h index 1186cee..15c64f3 100644 --- a/src/device.h +++ b/src/device.h @@ -3,9 +3,11 @@ A simple Device structure used internally by indicator-power Copyright 2012 Canonical Ltd. +Copyright 2022 Robert Tari Authors: Charles Kerr <charles.kerr@canonical.com> + Robert Tari <robert@tari.in> This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -126,8 +128,8 @@ gdouble indicator_power_device_get_percentage (const IndicatorPower time_t indicator_power_device_get_time (const IndicatorPowerDevice * device); gboolean indicator_power_device_get_power_supply (const IndicatorPowerDevice * device); -GStrv indicator_power_device_get_icon_names (const IndicatorPowerDevice * device); -GIcon * indicator_power_device_get_gicon (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); char * indicator_power_device_get_readable_text (const IndicatorPowerDevice * device); |