[gi-docgen: 1/2] Support (scope forever)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gi-docgen: 1/2] Support (scope forever)
- Date: Sun, 12 Jun 2022 15:06:15 +0000 (UTC)
commit f4ff4787cce962b705fb2588b31f2988c5063c13
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 11 22:24:52 2022 -0400
Support (scope forever)
gidocgen/gdgenerate.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gidocgen/gdgenerate.py b/gidocgen/gdgenerate.py
index 2260eb5..604a12d 100644
--- a/gidocgen/gdgenerate.py
+++ b/gidocgen/gdgenerate.py
@@ -68,6 +68,7 @@ SCOPE_MODES = {
'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.',
+ 'forever': 'The callback arguments are valid until the process is terminated',
}
SIGNAL_WHEN = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]