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 580490 - swap arguments of gio.File.query_info_async() for consistency
swap arguments of gio.File.query_info_async() for consistency
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gio
Git master
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-27 18:38 UTC by Paul Pogonyshev
Modified: 2009-04-28 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch; silently allow old argument order for backward compatibility (7.69 KB, patch)
2009-04-27 18:39 UTC, Paul Pogonyshev
committed Details | Review

Description Paul Pogonyshev 2009-04-27 18:38:41 UTC
As discussed with Gian on IRC.  Patch follows.
Comment 1 Paul Pogonyshev 2009-04-27 18:39:36 UTC
Created attachment 133437 [details] [review]
the patch; silently allow old argument order for backward compatibility
Comment 2 Gian Mario Tagliaretti 2009-04-27 19:32:36 UTC
Thanks Paul, I think it's better to have a consistent API.