diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:45:45 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:45:49 +0900 |
commit | 21d2cf757d6646ab430406c5406b15d753474e98 (patch) | |
tree | 146a899be01caa3a903c2a9949840b3293b81d38 /gi/pygi-struct.h | |
parent | 4e74666c3f696a306557bf302a5e05d649e03365 (diff) | |
download | pygobject2-21d2cf757d6646ab430406c5406b15d753474e98.tar.gz pygobject2-21d2cf757d6646ab430406c5406b15d753474e98.tar.bz2 pygobject2-21d2cf757d6646ab430406c5406b15d753474e98.zip |
Imported Upstream version 3.21.91
Change-Id: I89d5b175d455604c3510d61eb14e4f048d5ba446
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'gi/pygi-struct.h')
-rw-r--r-- | gi/pygi-struct.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gi/pygi-struct.h b/gi/pygi-struct.h index 347c55f..8796a5e 100644 --- a/gi/pygi-struct.h +++ b/gi/pygi-struct.h @@ -21,9 +21,15 @@ #define __PYGI_STRUCT_H__ #include <Python.h> +#include <pygobject-internal.h> G_BEGIN_DECLS +typedef struct { + PyGPointer base; + gboolean free_on_dealloc; +} PyGIStruct; + extern PyTypeObject PyGIStruct_Type; PyObject * |