aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding/typesystem_other.xml
blob: 63ccdd5182e4c5005fb7843ba1943777ee903a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<typesystem package="other">
    <load-typesystem name="typesystem_sample.xml" generate="no" />

    <object-type name="OtherObjectType" />
    <object-type name="OtherDerived" />
    <object-type name="OtherMultipleDerived" />

    <value-type name="ExtendsNoImplicitConversion" />
    <value-type name="Number" />

    <suppress-warning text="signature 'operator!=(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
    <suppress-warning text="signature 'operator+(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
    <suppress-warning text="signature 'operator==(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
</typesystem>