summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNahu <nahuel@nahuelwexd.com>2023-03-04 23:22:28 -0300
committerNahu <nahuel@nahuelwexd.com>2023-03-04 23:22:52 -0300
commit42a75bb2288af6914c5519e1122ee1a453b8a679 (patch)
treefa2f4228c23f530137c4fcd39f6a06cbd37b5058
parentfd013d81b4a2d0fa9ca8bcbcc4db1de7c3937632 (diff)
downloadgobject-introspection-42a75bb2288af6914c5519e1122ee1a453b8a679.tar.gz
docs: Fix `deprecated` type
-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 a1db5279..57e7baf7 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -255,7 +255,7 @@ grammar {
## Binary attribute which is "0" (false) if the element is not introspectable. It doesn't exist in the bindings, due in general to missing information in the annotations in the original C code
attribute introspectable { "0" | "1" }?,
## Binary attribute which is "1" (true) if the element has been deprecated
- attribute deprecated { xsd:string }?,
+ attribute deprecated { "0" | "1" }?,
## Version number from which this element is deprecated
attribute deprecated-version { xsd:string }?,
## version number of an element