aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/signature.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/libshiboken/signature.h')
-rw-r--r--sources/shiboken6/libshiboken/signature.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/sources/shiboken6/libshiboken/signature.h b/sources/shiboken6/libshiboken/signature.h
new file mode 100644
index 000000000..e0130b5a6
--- /dev/null
+++ b/sources/shiboken6/libshiboken/signature.h
@@ -0,0 +1,21 @@
+// Copyright (C) 2018 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+#ifndef SIGNATURE_H
+#define SIGNATURE_H
+
+#include "shibokenmacros.h"
+#include "sbkpython.h"
+
+extern "C"
+{
+
+LIBSHIBOKEN_API int InitSignatureStrings(PyTypeObject *, const char *[]);
+LIBSHIBOKEN_API void FinishSignatureInitialization(PyObject *, const char *[]);
+LIBSHIBOKEN_API void SetError_Argument(PyObject *, const char *, PyObject *);
+LIBSHIBOKEN_API PyObject *Sbk_TypeGet___doc__(PyObject *);
+LIBSHIBOKEN_API PyObject *GetFeatureDict();
+
+} // extern "C"
+
+#endif // SIGNATURE_H