Blender  V3.3
bpy_rna_callback.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 struct BPy_StructRNA;
10 struct PyObject;
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #if 0
17 PyObject *pyrna_callback_add(BPy_StructRNA *self, PyObject *args);
18 PyObject *pyrna_callback_remove(BPy_StructRNA *self, PyObject *args);
19 #endif
20 
21 PyObject *pyrna_callback_classmethod_add(PyObject *self, PyObject *args);
22 PyObject *pyrna_callback_classmethod_remove(PyObject *self, PyObject *args);
23 
24 #ifdef __cplusplus
25 }
26 #endif
PyObject * pyrna_callback_classmethod_remove(PyObject *self, PyObject *args)
PyObject * pyrna_callback_classmethod_add(PyObject *self, PyObject *args)