We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb6be2 commit 2ef1168Copy full SHA for 2ef1168
native/python/include/pyjp.h
@@ -178,13 +178,14 @@ JPValue *PyJPValue_getJavaSlot(PyObject* obj);
178
PyObject *PyJPModule_getClass(PyObject* module, PyObject *obj);
179
PyObject *PyJPValue_getattro(PyObject *obj, PyObject *name);
180
int PyJPValue_setattro(PyObject *self, PyObject *name, PyObject *value);
181
-void PyJPClass_hook(JPJavaFrame &frame, JPClass* cls);
182
PyObject *PyJPChar_Create(PyTypeObject *type, Py_UCS2 p);
183
184
#ifdef __cplusplus
185
}
186
#endif
187
+void PyJPClass_hook(JPJavaFrame &frame, JPClass* cls);
188
+
189
// C++ methods
190
JPPyObject PyJPArray_create(JPJavaFrame &frame, PyTypeObject* wrapper, const JPValue& value);
191
JPPyObject PyJPBuffer_create(JPJavaFrame &frame, PyTypeObject *type, const JPValue & value);
0 commit comments