aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shibokenmodule/typesystem_shiboken.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/shibokenmodule/typesystem_shiboken.xml b/shibokenmodule/typesystem_shiboken.xml
index 98d3ed132..55d47d970 100644
--- a/shibokenmodule/typesystem_shiboken.xml
+++ b/shibokenmodule/typesystem_shiboken.xml
@@ -4,6 +4,7 @@
<custom-type name="PyType" />
<primitive-type name="bool" />
<primitive-type name="unsigned long" />
+ <primitive-type name="size_t" />
<add-function signature="isValid(PyObject*)" return-type="bool">
<inject-code>
bool isValid = Shiboken::Object::isValid(%1, false);