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 545861 - g_file_info_get_modification_time is missing
g_file_info_get_modification_time is missing
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gio
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-01 14:44 UTC by John Stowers
Modified: 2008-08-01 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Stowers 2008-08-01 14:44:44 UTC
See: 
http://library.gnome.org/devel/gio/unstable/GFileInfo.html#g-file-info-get-modification-time

* Perhaps it could return a tuple modified,changed
* Perhaps four functions; get_ctime, get_atime, get_mtime, etc
Comment 1 Johan (not receiving bugmail) Dahlin 2008-08-01 14:53:48 UTC
GTimeVal should be represented in python by a float.
Comment 2 Johan (not receiving bugmail) Dahlin 2008-08-01 16:43:42 UTC
2008-08-01  Johan Dahlin  <johan@gnome.org>

    Bug 545861 – g_file_info_get_modification_time is missing
    * gio/gfileinfo.override:
    * gio/gio.defs:
    * tests/test_gio.py:
    Wrap, add test and documentation