GNOME Bugzilla – Bug 663254
Not all functionality is available through introspection
Last modified: 2012-08-07 19:37:13 UTC
Previoulsy I was able to do something in python like: {{{ import pango attrlist = pango.AttrList() attrlist.insert(pango.AttrWeight(pango.WEIGHT_BOLD)) }}} This does not work anymore. Looking at the git file functions like "attr_weight_new" are marked as not being introspectable. Looking at the GNOME shell functions like "pango_attr_underline_new" are used there which are marked non-introspectable in the gir file neither.
*** This bug has been marked as a duplicate of bug 646788 ***