summaryrefslogtreecommitdiff
path: root/gi/pygi-resulttuple.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/pygi-resulttuple.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/pygi-resulttuple.c')
-rw-r--r--gi/pygi-resulttuple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-resulttuple.c b/gi/pygi-resulttuple.c
index adadd27b..6cb3cbae 100644
--- a/gi/pygi-resulttuple.c
+++ b/gi/pygi-resulttuple.c
@@ -43,7 +43,7 @@ static PyObject *free_list[PyGIResultTuple_MAXSAVESIZE];
static int numfree[PyGIResultTuple_MAXSAVESIZE];
#endif
-PYGLIB_DEFINE_TYPE ("gi._gi.ResultTuple", PyGIResultTuple_Type, PyTupleObject)
+PYGI_DEFINE_TYPE ("gi._gi.ResultTuple", PyGIResultTuple_Type, PyTupleObject)
/**
* ResultTuple.__repr__() implementation.