aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-12-01 20:29:10 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-12-01 20:41:19 -0200
commit4d2edcd46c8b4cfaddb03edf2dfb5fbc7068e720 (patch)
tree4f0db8407abeafdf03b11bdca7a101175e7b36f9 /shibokengenerator.h
parentebb3ddc32fbab6793263652e9a92738678bbc310 (diff)
Try to guess the check function for custom types.
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index 9bdfa6a03..968567e8f 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -224,6 +224,7 @@ public:
QString cpythonTypeName(const TypeEntry* type);
QString cpythonCheckFunction(const TypeEntry* type, bool genericNumberType = false, bool checkExact = false);
QString cpythonCheckFunction(const AbstractMetaType* metaType, bool genericNumberType = false, bool checkExact = false);
+ QString guessCPythonCheckFunction(const QString& type);
QString cpythonIsConvertibleFunction(const TypeEntry* type);
QString cpythonIsConvertibleFunction(const AbstractMetaType* metaType);
QString cpythonIsConvertibleFunction(const AbstractMetaArgument* metaArg) {