summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2022-03-18 11:34:47 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-03-18 11:34:47 +0000
commitc53129911c7f5ab0814649ed2766916da3eb36be (patch)
tree197f56276abe04817b0091d847c2e86a6cc8ee91
parenta4810e652dd0153ece79bade4dcc2739a63c76f8 (diff)
parent674dc5171cd17cd933297376d3a2453020a0049e (diff)
downloadglib-c53129911c7f5ab0814649ed2766916da3eb36be.tar.gz
Merge branch 'power-profile-monitor-docs' into 'main'
gpowerprofilemonitor: Tweak wording of documentation to make more sense See merge request GNOME/glib!2534
-rw-r--r--gio/gpowerprofilemonitor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gpowerprofilemonitor.c b/gio/gpowerprofilemonitor.c
index f5028b3e8..00bdc94eb 100644
--- a/gio/gpowerprofilemonitor.c
+++ b/gio/gpowerprofilemonitor.c
@@ -41,10 +41,10 @@
* some systems).
*
* When in “Low Power” mode, it is recommended that applications:
- * - disabling automatic downloads
+ * - disable automatic downloads;
* - reduce the rate of refresh from online sources such as calendar or
- * email synchronisation
- * - if the application has expensive visual effects, reduce them
+ * email synchronisation;
+ * - reduce the use of expensive visual effects.
*
* It is also likely that OS components providing services to applications will
* lower their own background activity, for the sake of the system.