summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-11-23 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2018-11-23 18:12:21 +0100
commit1672daae17b5b58a9595848b76150c5dac7e5614 (patch)
treefa1bacd4b50d9aa9e4b973ecb0be4e5cadc205f4 /giscanner
parente0411f919b02de96c651aed102dfc927e6293770 (diff)
downloadgobject-introspection-1672daae17b5b58a9595848b76150c5dac7e5614.tar.gz
Define grefcount and gatomicrefcount as aliases to gint
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/ast.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/ast.py b/giscanner/ast.py
index a9a6e13b..75daa459 100644
--- a/giscanner/ast.py
+++ b/giscanner/ast.py
@@ -322,6 +322,8 @@ type_names['gssize'] = TYPE_SSIZE
type_names['gintptr'] = TYPE_INTPTR
type_names['guintptr'] = TYPE_UINTPTR
type_names['gconstpointer'] = TYPE_ANY
+type_names['grefcount'] = TYPE_INT
+type_names['gatomicrefcount'] = TYPE_INT
# We used to support these; continue to do so
type_names['any'] = TYPE_ANY