From 42a75bb2288af6914c5519e1122ee1a453b8a679 Mon Sep 17 00:00:00 2001 From: Nahu Date: Sat, 4 Mar 2023 23:22:28 -0300 Subject: docs: Fix `deprecated` type --- docs/gir-1.2.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1