mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 11:05:36 +00:00
gapi.xsd: Fix type of array_len attribute in fieldType
This commit is contained in:
parent
1da92bdd62
commit
87275786b7
2
gapi.xsd
2
gapi.xsd
|
@ -214,7 +214,7 @@
|
|||
<xs:attribute name="cname" type="xs:string"/>
|
||||
<xs:attribute name="type" type="xs:string"/>
|
||||
<xs:attribute name="array" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="array_len" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="array_len" type="xs:positiveInteger" use="optional"/>
|
||||
<xs:attribute name="hidden" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="access" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="writeable" type="xs:boolean" use="optional"/>
|
||||
|
|
Loading…
Reference in a new issue