summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/website/annotations/giannotations.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/website/annotations/giannotations.rst b/docs/website/annotations/giannotations.rst
index eaadf0ec..7ed1a7cf 100644
--- a/docs/website/annotations/giannotations.rst
+++ b/docs/website/annotations/giannotations.rst
@@ -312,6 +312,7 @@ Scope types:
Can only be called once.
* ``notified`` - valid until the GDestroyNotify argument is called.
Can be called multiple times before the GDestroyNotify is called.
+* ``forever`` - valid until the process terminates.
An example of a function using the ``call`` scope is ``g_slist_foreach()``.
For ``async`` there is ``g_file_read_async()`` and for notified