aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml')
-rw-r--r--sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml b/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
index 625615fa1..2b9cbc89f 100644
--- a/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
+++ b/sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml
@@ -17,7 +17,8 @@
</conversion-rule>
</primitive-type>
- <container-type name="std::list" type="list">
+ <container-type name="std::list" type="list"
+ opaque-containers="int:StdIntList">
<include file-name="list" location="global"/>
<conversion-rule>
<native-to-target>
@@ -47,7 +48,9 @@
<value-type name="Val">
<enum-type name="ValEnum"/>
</value-type>
- <value-type name="ListUser"/>
+ <value-type name="ListUser">
+ <modify-field name="m_stdIntList" opaque-container="yes"/>
+ </value-type>
<value-type name="MinBoolUser"/>
<container-type name="std::vector" type="vector">