aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-12-15 14:42:53 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-15 14:42:53 -0300
commit83df2914d6c98e40b9aeb1154149427276f45417 (patch)
tree414cf93bc4d1f53edc1a253470d4be27ae272c99 /shibokengenerator.h
parentcdcb5567c77b3f703541839101cad564605b7f61 (diff)
Updates generator to use improvements in API Extractor regarding function modifications.
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index f7a79e708..3ee45487f 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -114,13 +114,6 @@ public:
const AbstractMetaClass* context = 0);
/**
- * Returns a function's code snippets.
- * \param func the function from which retrieve the code snippets
- * \return a list containing the function code snippets
- */
- CodeSnipList getCodeSnips(const AbstractMetaFunction* func);
-
- /**
* Verifies if any of the function's code injections of the "target"
* type needs the type system variable "%CPPSELF".
* \param func the function to check
@@ -285,7 +278,6 @@ protected:
static QString retvalVariableName() { return QString("py_result"); }
- static FunctionModificationList functionModifications(const AbstractMetaFunction* func);
AbstractMetaFunctionList queryFunctions(const AbstractMetaClass* metaClass, bool allFunction = false);
void writeFunctionCall(QTextStream& s,
const AbstractMetaFunction* metaFunc,