Gets an array of GioUnix.MountEntrys containing the Unix mounts
listed in table_path.
This is a generalized version of GioUnix.mount_entries_get, mainly
intended for internal testing use. Note that GioUnix.mount_entries_get
may parse multiple hierarchical table files, so this function is not a direct
superset of its functionality.
If there is an error reading or parsing the file, NULL will be returned
and both out parameters will be set to 0.
Parameters
table_path: string
path to the mounts table file (for example /proc/self/mountinfo)
Gets an array of GioUnix.MountEntrys containing the Unix mounts listed in
table_path.This is a generalized version of GioUnix.mount_entries_get, mainly intended for internal testing use. Note that GioUnix.mount_entries_get may parse multiple hierarchical table files, so this function is not a direct superset of its functionality.
If there is an error reading or parsing the file,
NULLwill be returned and both out parameters will be set to0.