changes to help refcounts in rna be more predictable (still leaks when reloading on - F8)

This commit is contained in:
2009-08-15 09:53:38 +00:00
parent 12291b693c
commit 712b67743b
3 changed files with 61 additions and 13 deletions

View File

@@ -61,6 +61,7 @@ typedef struct {
#define BPy_BaseTypeRNA BPy_PropertyRNA
PyObject *BPY_rna_module( void );
void BPY_update_rna_module( void );
/*PyObject *BPY_rna_doc( void );*/
PyObject *BPY_rna_types( void );
PyObject *BPY_rna_props( void );
@@ -84,6 +85,7 @@ PyObject *pyrna_basetype_register(PyObject *self, PyObject *args);
PyObject *pyrna_basetype_unregister(PyObject *self, PyObject *args);
/* called before stopping python */
void pyrna_alloc_types(void);
void pyrna_free_types(void);
#endif