aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-11-05 12:41:24 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-11-05 12:41:24 +0100
commit0c14d7b7257e4b819e138d6f810714844a140a36 (patch)
treea132a80f1803feafd3e3fef2a4720cb1df0c8b85 /src/indicator-power.h
parenta42d1cd4536ece4b86c7345966a801d03114fc60 (diff)
parenta3b85f41ef90ad23d9cbc943fd24856d2775cc7a (diff)
downloadayatana-indicator-power-0c14d7b7257e4b819e138d6f810714844a140a36.tar.gz
ayatana-indicator-power-0c14d7b7257e4b819e138d6f810714844a140a36.tar.bz2
ayatana-indicator-power-0c14d7b7257e4b819e138d6f810714844a140a36.zip
* New upstream release.
- Show the proper icon for mice and ups devices. (LP: #1066208)
Diffstat (limited to 'src/indicator-power.h')
-rw-r--r--src/indicator-power.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/indicator-power.h b/src/indicator-power.h
index a696b40..34d0d0e 100644
--- a/src/indicator-power.h
+++ b/src/indicator-power.h
@@ -55,4 +55,6 @@ GType indicator_power_get_type (void) G_GNUC_CONST;
void indicator_power_set_devices (IndicatorPower * power,
GSList * devices);
+IndicatorPowerDevice* indicator_power_choose_primary_device (GSList * devices);
+
G_END_DECLS