mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 18:45:27 +00:00
Extend XSD schema
Added some elements that is supported in GapiCodegen to reduce number of validation errors in build log.
This commit is contained in:
parent
7995f132e1
commit
43bcf0ace0
|
@ -158,6 +158,7 @@
|
||||||
<xs:attribute name="cname" type="xs:string"/>
|
<xs:attribute name="cname" type="xs:string"/>
|
||||||
<xs:attribute name="hidden" type="xs:boolean" use="optional"/>
|
<xs:attribute name="hidden" type="xs:boolean" use="optional"/>
|
||||||
<xs:attribute name="parent" type="xs:string" use="optional"/>
|
<xs:attribute name="parent" type="xs:string" use="optional"/>
|
||||||
|
<xs:attribute name="disable_void_ctor" type="xs:boolean" use="optional"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
<xs:complexType name="structType">
|
<xs:complexType name="structType">
|
||||||
|
@ -188,6 +189,7 @@
|
||||||
</xs:element>
|
</xs:element>
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
<xs:attribute name="cname" type="xs:string"/>
|
<xs:attribute name="cname" type="xs:string"/>
|
||||||
|
<xs:attribute name="private" type="xs:boolean" use="optional"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
<xs:complexType name="constructorType">
|
<xs:complexType name="constructorType">
|
||||||
|
|
Loading…
Reference in a new issue