diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-04-16 18:58:14 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2020-04-16 18:58:14 +0200 |
commit | 721a0969e508fbcc7bc77957a3ee958d8c0ae0be (patch) | |
tree | aee90a529fb2c098790d11a451db3662b137efdc /gi/pygi-resulttuple.c | |
parent | 9787959fa5003dc42ed609dab24fd3ea1231b0e1 (diff) | |
download | pygobject-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.c | 2 |
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. |