aboutsummaryrefslogtreecommitdiffstats
path: root/shibokenmodule
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-12-22 21:49:25 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:36 -0300
commitc226e110d53cf9d06695bea3b79db8fd1371e0d2 (patch)
tree4377c94b746229d48c4f66f1f742b508802c58b2 /shibokenmodule
parent3ca9f740017276506f97e8d7b6da95852bcc3d57 (diff)
Declares Python types using the new "<custom-type>" tag.
Diffstat (limited to 'shibokenmodule')
-rw-r--r--shibokenmodule/typesystem_shiboken.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/shibokenmodule/typesystem_shiboken.xml b/shibokenmodule/typesystem_shiboken.xml
index e25a450c3..b3d205944 100644
--- a/shibokenmodule/typesystem_shiboken.xml
+++ b/shibokenmodule/typesystem_shiboken.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" ?>
<typesystem package="shiboken">
+ <custom-type name="PyObject" />
+ <custom-type name="PyType" />
<primitive-type name="bool" />
<primitive-type name="unsigned long" />
<add-function signature="isValid(PyObject*)" return-type="bool">