GNOME Bugzilla – Bug 725681
Pango text attributes cannot be used through gobject-introspection
Last modified: 2014-03-05 22:51:39 UTC
As far as I can tell PangoAttribute objects can not be used through gobject-introspection. None of the pango_attr_*_new functions are introspectable, and pango_attribute_init cannot be used directly since there is no way to create the PangoAttrClass object, since PangoAttrClass contains non-introspectable elements.
Known issue. There's a duplicate somewhere...
Created attachment 271047 [details] [review] patch to provide GObject boxed types for PangoAttribute and PangoAttrIterator Could you just add boxed types like most of the other Pango types have?
Anyway, now that I look for it, I think 646788 is the duplicate you're talking about. *** This bug has been marked as a duplicate of bug 646788 ***