Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-24 12:27:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-24 12:27:41 +0300
commitb3d70cbcbab018d1f6e7806fca44ac4524e60e7c (patch)
tree0159c7a2cab33ce90b708e9b62ab97e0dd349c9e /source/blender/makesrna/RNA_access.h
parent0c9488b2f3b14a84b462f5f666c1dc992efca883 (diff)
RNA & interface functions for checking if RNA in a button uses valid rna property (not currently used).
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index 946bbfece92..076aa199766 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -621,6 +621,7 @@ int RNA_struct_idprops_register_check(StructRNA *type);
PropertyRNA *RNA_struct_find_property(PointerRNA *ptr, const char *identifier);
+int RNA_struct_contains_property(PointerRNA *ptr, PropertyRNA *prop_test);
/* lower level functions for access to type properties */
const struct ListBase *RNA_struct_type_properties(StructRNA *srna);