[geary: 5/6] Improved docstrings for shared timeout values for background progress bars



commit 953f943907b10d964bd56af252f5a635e48a706f
Author: Chris Heywood <15127-creywood users noreply gitlab gnome org>
Date:   Sat Dec 7 13:53:51 2019 +0100

    Improved docstrings for shared timeout values for background progress
    bars

 src/client/util/util-gtk.vala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/client/util/util-gtk.vala b/src/client/util/util-gtk.vala
index 14661b07..631ae698 100644
--- a/src/client/util/util-gtk.vala
+++ b/src/client/util/util-gtk.vala
@@ -8,9 +8,11 @@
 
 namespace Util.Gtk {
 
-    /** Shared timeouts for showing background operation progress. */
+    /** Delay before showing progress bar for background operations. */
     public const int SHOW_PROGRESS_TIMEOUT_MSEC = 1000;
+    /** Minimum time for display of progress bar for background operations. */
     public const int HIDE_PROGRESS_TIMEOUT_MSEC = 1000;
+    /** Frequency for pulse of progress bar for background operations. */
     public const int PROGRESS_PULSE_TIMEOUT_MSEC = 250;
 
     /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]