From c8940a11562fd7b888595c6298e39836192fa3d7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 26 Oct 2010 11:12:26 -0400 Subject: 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 --- giscanner/introspectablepass.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'giscanner/introspectablepass.py') 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) -- cgit v1.2.1