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 675489 - pygtkcompat improvements
pygtkcompat improvements
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-05 00:17 UTC by Jose Rostagno
Modified: 2012-05-05 06:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pygtkcompat: Add some more compat functions (1.54 KB, patch)
2012-05-05 00:17 UTC, Jose Rostagno
none Details | Review
pygtkcompat: Add gdk.pixbuf_get_formats compat code (2.00 KB, patch)
2012-05-05 00:18 UTC, Jose Rostagno
none Details | Review

Description Jose Rostagno 2012-05-05 00:17:15 UTC
Created attachment 213482 [details] [review]
pygtkcompat: Add some more compat functions

current compat module is missing some functions to work property with our software
Comment 1 Jose Rostagno 2012-05-05 00:18:14 UTC
Created attachment 213483 [details] [review]
pygtkcompat: Add gdk.pixbuf_get_formats compat code
Comment 2 Martin Pitt 2012-05-05 06:55:38 UTC
Thanks for those! I fixed the module name in the get_formats() test and added two extra checks. Pushed to master.