Blender  V3.3
bpy_rna_text.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 extern PyMethodDef BPY_rna_region_as_string_method_def;
14 extern PyMethodDef BPY_rna_region_from_string_method_def;
15 
16 #ifdef __cplusplus
17 }
18 #endif
PyMethodDef BPY_rna_region_from_string_method_def
Definition: bpy_rna_text.c:155
PyMethodDef BPY_rna_region_as_string_method_def
Definition: bpy_rna_text.c:93