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 780425 - Missing functions to get unix mount points
Missing functions to get unix mount points
Status: RESOLVED DUPLICATE of bug 668962
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-22 21:49 UTC by Daniel B
Modified: 2017-03-23 08:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel B 2017-03-22 21:49:06 UTC
Gio is missing the functions:
g_unix_mount_points_get
and
g_unix_mounts_get

due to the time_read pointer argument.

This means in python there is no way to get a unix mount.
Comment 1 Christoph Reiter (lazka) 2017-03-22 22:01:33 UTC
Thanks.

The functions were marked skip here: https://git.gnome.org/browse/glib/commit/?id=f6b52322a2

Not sure why.
Comment 2 Christoph Reiter (lazka) 2017-03-23 08:50:23 UTC

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