[gobject-introspection] docs: Update documentation links in the GIR schema
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] docs: Update documentation links in the GIR schema
- Date: Fri, 29 Apr 2022 08:53:57 +0000 (UTC)
commit e841083d950d016b64d0a6189f5c9644a8a98bc8
Author: TestingPlant <49836-TestingPlant users noreply gitlab gnome org>
Date: Sun Apr 24 05:09:29 2022 +0000
docs: Update documentation links in the GIR schema
docs/gir-1.2.rnc | 4 ++--
1 file 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]