summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbadcel <33569-badcel@users.noreply.gitlab.gnome.org>2022-01-21 20:06:08 +0100
committerMarcel Tiede <mt-dev@tiede.org>2022-01-21 19:36:59 +0000
commitdd6140f3a5b867f0a3beb26ec68bb845d1fe603e (patch)
tree7a81acda7bee52aa62abadd0a5237277cbe169b2
parent70aa8f521f10d64f0e3c26e9b572058410478f80 (diff)
downloadgobject-introspection-dd6140f3a5b867f0a3beb26ec68bb845d1fe603e.tar.gz
Add "forever" scope 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