[gi-docgen/filter-hidden: 5/11] generate: Tweak scope notes




commit f50f116c63672061a5b05e38bd5766d2fe119d51
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 10 10:22:45 2021 +0100

    generate: Tweak scope notes

 gidocgen/gdgenerate.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gidocgen/gdgenerate.py b/gidocgen/gdgenerate.py
index 563baad..96de787 100644
--- a/gidocgen/gdgenerate.py
+++ b/gidocgen/gdgenerate.py
@@ -60,9 +60,9 @@ DIRECTION_MODES = {
 
 SCOPE_MODES = {
     'none': '-',
-    'call': 'Arguments are valid during the call.',
-    'notified': 'Arguments are valid until the notify function is called.',
-    'async': 'Arguments are valid until the call is completed.',
+    'call': 'The callback arguments are valid during the call.',
+    'notified': 'The callback arguments are valid until the notify function is called.',
+    'async': 'The callback arguments are valid until the asynchronous call is completed.',
 }
 
 SIGNAL_WHEN = {


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