aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-26 14:48:54 +0200
committerCharles Kerr <charles.kerr@canonical.com>2012-10-26 14:48:54 +0200
commit6d19670d7d438f2c58c9d819e87b72060af16bc5 (patch)
tree97a5d4f51d4dbe3f9a312c2c784c9c9b06b42713 /src/indicator-power.h
parent3a0758a29fdae434142e1a67329ff2b65fee3c6b (diff)
parente246512c0c503b9a80051ae96a9f48d5b7ddb733 (diff)
downloadayatana-indicator-power-6d19670d7d438f2c58c9d819e87b72060af16bc5.tar.gz
ayatana-indicator-power-6d19670d7d438f2c58c9d819e87b72060af16bc5.tar.bz2
ayatana-indicator-power-6d19670d7d438f2c58c9d819e87b72060af16bc5.zip
choose the correct primary device, and choose the correct icon for it.
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