summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-08-05 18:03:01 +0100
committerEmmanuele Bassi <ebassi@gmail.com>2021-08-05 17:08:02 +0000
commit64ae0bfdcb922bdb7bd0edf1db5967253a74a424 (patch)
treecf91a5b487afcafb2ec36723e31b2a00071ddd62
parente79ea48ac3fa5db8a3042b7ff2bc0c3976833f51 (diff)
downloadgobject-introspection-64ae0bfdcb922bdb7bd0edf1db5967253a74a424.tar.gz
docs: Fix the "final" attribute in the GIR schema
The "final" attribute is not namespaced. Like "abstract", the "final" flag is shared across type systems, it's not strongly related to GObject types.
-rw-r--r--docs/gir-1.2.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gir-1.2.rnc b/docs/gir-1.2.rnc
index 4244532e..64443f7e 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -171,7 +171,7 @@ grammar {
## Binary attribute to declare the class fundamental or not (top-level class which do not derives from any other type)
attribute glib:fundamental { "0" | "1" }?,
## Binary attribute to declare the class final or not (non-derivable class in a derivable hierarchy)
- attribute glib:final { "0" | "1" }?,
+ attribute final { "0" | "1" }?,
# Other elements a class can contain
(Info.elements