summaryrefslogtreecommitdiff
path: root/docs/website/annotations/giannotations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/website/annotations/giannotations.rst')
-rw-r--r--docs/website/annotations/giannotations.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/website/annotations/giannotations.rst b/docs/website/annotations/giannotations.rst
index cacc20de..3d4f8bad 100644
--- a/docs/website/annotations/giannotations.rst
+++ b/docs/website/annotations/giannotations.rst
@@ -123,13 +123,13 @@ Support for GObject closures
-
* - ``(closure)``
- parameters
- - The parameter is a "``user_data``" for callbacks.
- Many bindings can pass ``NULL`` here.
+ - The parameter is a callback and has a corresponding "``user_data``"
+ parameter which many bindings can pass ``NULL``.
-
* - ``(closure CLOSURE)``
- parameters
- - The parameter is a "``user_data``" for callbacks, the ``CLOSURE`` option
- points to a different parameter that is the actual callback.
+ - The parameter is a callback, the ``CLOSURE`` option points to a different
+ parameter that is the "``user_data``" parameter returned by the callback.
-