summaryrefslogtreecommitdiff
path: root/gi/pygpointer.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-04-16 18:58:14 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-04-16 18:58:14 +0200
commit721a0969e508fbcc7bc77957a3ee958d8c0ae0be (patch)
treeaee90a529fb2c098790d11a451db3662b137efdc /gi/pygpointer.c
parent9787959fa5003dc42ed609dab24fd3ea1231b0e1 (diff)
downloadpygobject-721a0969e508fbcc7bc77957a3ee958d8c0ae0be.tar.gz
Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPE
This is a leftover from when things were split up
Diffstat (limited to 'gi/pygpointer.c')
-rw-r--r--gi/pygpointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygpointer.c b/gi/pygpointer.c
index 6fc7c4ac..fc6482d6 100644
--- a/gi/pygpointer.c
+++ b/gi/pygpointer.c
@@ -30,7 +30,7 @@
GQuark pygpointer_class_key;
-PYGLIB_DEFINE_TYPE("gobject.GPointer", PyGPointer_Type, PyGPointer);
+PYGI_DEFINE_TYPE("gobject.GPointer", PyGPointer_Type, PyGPointer);
static void
pyg_pointer_dealloc(PyGPointer *self)