summaryrefslogtreecommitdiff
path: root/docs/gir-1.2.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gir-1.2.rnc')
-rw-r--r--docs/gir-1.2.rnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/gir-1.2.rnc b/docs/gir-1.2.rnc
index a6478119..8f53c18e 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -679,8 +679,10 @@ grammar {
attribute value { xsd:string },
## corresponding C type of the member
attribute c:identifier { xsd:string },
- ## short nickname of the member
+ ## short nickname of the member (from GEnumValue/GFlagsValue)
attribute glib:nick { xsd:string }?,
+ ## name of the member (from GEnumValue/GFlagsValue)
+ attribute glib:name { xsd:string }?,
Info.elements
}