summaryrefslogtreecommitdiff
path: root/docs/website/annotations
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-16 19:31:11 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-08-05 17:47:29 +0100
commit63eeaf114b3bf1e946671eaf28312e8c2d3cc891 (patch)
tree68935aba1d24096b706e64a0828c6eb4903b8151 /docs/website/annotations
parente39804f388e98992c0c5aaaa6de1295b08d6f7db (diff)
downloadgobject-introspection-63eeaf114b3bf1e946671eaf28312e8c2d3cc891.tar.gz
docs: Add the new accessors annotations
Mention them in the annotations list, and add the new attributes to the GIR schema.
Diffstat (limited to 'docs/website/annotations')
-rw-r--r--docs/website/annotations/giannotations.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/website/annotations/giannotations.rst b/docs/website/annotations/giannotations.rst
index cacc20de..70534c92 100644
--- a/docs/website/annotations/giannotations.rst
+++ b/docs/website/annotations/giannotations.rst
@@ -97,6 +97,14 @@ Support for GObject objects
- This function is the invoker for a virtual method.
- :commit:`v0.6.3 <fdbe3cc3>`
:bzbug:`557383`
+ * - ``(set-property NAME)``
+ - identifier
+ - This function is a setter method for the given GObject property.
+ - :issue:`13`
+ * - ``(get-property NAME)``
+ - identifier
+ - This function is a getter method for the given GObject property.
+ - :issue:`13`
Support for GObject closures