Blender V4.3
bpy_rna_callback.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11struct BPy_StructRNA;
12
13#if 0
14PyObject *pyrna_callback_add(BPy_StructRNA *self, PyObject *args);
15PyObject *pyrna_callback_remove(BPy_StructRNA *self, PyObject *args);
16#endif
17
18PyObject *pyrna_callback_classmethod_add(PyObject *self, PyObject *args);
19PyObject *pyrna_callback_classmethod_remove(PyObject *self, PyObject *args);
PyObject * self
PyObject * pyrna_callback_classmethod_add(PyObject *self, PyObject *args)
PyObject * pyrna_callback_classmethod_remove(PyObject *self, PyObject *args)