summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTestingPlant <49836-TestingPlant@users.noreply.gitlab.gnome.org>2022-04-24 05:09:29 +0000
committerRico Tzschichholz <ricotz@ubuntu.com>2022-04-29 08:44:50 +0000
commite841083d950d016b64d0a6189f5c9644a8a98bc8 (patch)
tree8f37b7596b53ce916e6e789910ad4e7a7c1c83d3
parent18ba77c7d3e32466b14cd094edf6c66612fa2c64 (diff)
downloadgobject-introspection-e841083d950d016b64d0a6189f5c9644a8a98bc8.tar.gz
docs: Update documentation links in the GIR schema
-rw-r--r--docs/gir-1.2.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gir-1.2.rnc b/docs/gir-1.2.rnc
index f7b1cd15..10c6927c 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -471,7 +471,7 @@ grammar {
}
TransferOwnership =
- ## attributes used by many elements for the transfer of ownership, with for example, a returned value. "none" if the recipient does not own the value, "container" if the recipient owns the container but not the value (for arrays or lists for example) , "full" the recipient owns the entire value. For details, see https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations#Memory_and_lifecycle_management
+ ## attributes used by many elements for the transfer of ownership, with for example, a returned value. "none" if the recipient does not own the value, "container" if the recipient owns the container but not the value (for arrays or lists for example) , "full" the recipient owns the entire value. For details, see https://gi.readthedocs.io/en/latest/annotations/giannotations.html#memory-and-lifecycle-management
attribute transfer-ownership { "none" | "container" | "full" }
Constructor =
@@ -507,7 +507,7 @@ grammar {
empty
}
- # Refer to https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations#Support_for_GObject_closures
+ # Refer to https://gi.readthedocs.io/en/latest/annotations/giannotations.html#support-for-gobject-closures
Callable.params =
## parameters element of a callable, that is in general parameters of a function or similar
element parameters {