After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663254 - Not all functionality is available through introspection
Not all functionality is available through introspection
Status: RESOLVED DUPLICATE of bug 646788
Product: pango
Classification: Platform
Component: general
1.29.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-02 18:02 UTC by Simon Schampijer
Modified: 2012-08-07 19:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Schampijer 2011-11-02 18:02:56 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.
Comment 1 Behdad Esfahbod 2012-08-07 19:37:13 UTC

*** This bug has been marked as a duplicate of bug 646788 ***