summaryrefslogtreecommitdiff
path: root/gi/pygi-boxed.h
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-01-21 19:23:19 +0100
committerMathieu Duponchelle <mathieu@centricular.com>2018-01-23 23:36:41 +0100
commitdaefdfa3e4dc97b4ae38250358d722f09764cc9b (patch)
tree555ebab5ba909f550db850686eeea199fd0cbfbd /gi/pygi-boxed.h
parentb0fbb13783a2ece048a812b233e1fad15c5b8a31 (diff)
downloadpygobject-daefdfa3e4dc97b4ae38250358d722f09764cc9b.tar.gz
Revert "Refactor boxed wrapper memory management strategy"
This reverts commit 85175047e66dfc0c0263eac91d8056a95d0a60a0.
Diffstat (limited to 'gi/pygi-boxed.h')
-rw-r--r--gi/pygi-boxed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pygi-boxed.h b/gi/pygi-boxed.h
index 86793224..5c04b5c9 100644
--- a/gi/pygi-boxed.h
+++ b/gi/pygi-boxed.h
@@ -34,9 +34,9 @@ typedef struct {
extern PyTypeObject PyGIBoxed_Type;
-PyObject * _pygi_boxed_new (PyTypeObject *pytype,
+PyObject * _pygi_boxed_new (PyTypeObject *type,
gpointer boxed,
- gboolean copy_boxed,
+ gboolean free_on_dealloc,
gsize allocated_slice);
void * _pygi_boxed_alloc (GIBaseInfo *info,