From b8880276b257d584f2d7120a05daba19093de319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 23 Mar 2021 20:43:47 +0400 Subject: Add glib:name to enum member MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This member will contain the string from the GEnumValue/GFlagsValue 'value_name' introspection dump. Signed-off-by: Marc-André Lureau --- docs/gir-1.2.rnc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/gir-1.2.rnc') 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 } -- cgit v1.2.1