summaryrefslogtreecommitdiff
path: root/giscanner/introspectablepass.py
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-10-26 11:12:26 -0400
committerColin Walters <walters@verbum.org>2010-11-12 16:00:10 -0500
commitc8940a11562fd7b888595c6298e39836192fa3d7 (patch)
tree573d0afbceecc8bd0360e79b11666095470bd8d8 /giscanner/introspectablepass.py
parente876ad4fe073de44fc809400b166d6c4726f08f4 (diff)
downloadgobject-introspection-c8940a11562fd7b888595c6298e39836192fa3d7.tar.gz
Add support for gunichar in typelib
Some API such as gtk_text_iter_get_char returns an individual "gunichar"; we should support this. https://bugzilla.gnome.org/show_bug.cgi?id=633197
Diffstat (limited to 'giscanner/introspectablepass.py')
-rw-r--r--giscanner/introspectablepass.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/giscanner/introspectablepass.py b/giscanner/introspectablepass.py
index ef2ddf76..8aa7f8d3 100644
--- a/giscanner/introspectablepass.py
+++ b/giscanner/introspectablepass.py
@@ -143,10 +143,6 @@ class IntrospectablePass(object):
if typeval.target_fundamental:
if typeval.is_equiv(ast.TYPE_VALIST):
return False
- # Mark UCHAR as not introspectable temporarily until
- # we're ready to land the typelib changes
- if typeval.is_equiv(ast.TYPE_UNICHAR):
- return False
# These are not introspectable pending us adding
# larger type tags to the typelib (in theory these could
# be 128 bit or larger)