Function
Giounix_mount_compare
deprecated: 2.84
Declaration [src]
gint
g_unix_mount_compare (
GUnixMountEntry* mount1,
GUnixMountEntry* mount2
)
Description [src]
Compares two unix mounts.
Deprecated since: 2.84
Use g_unix_mount_entry_compare()
instead.
Parameters
mount1
-
Type:
GUnixMountEntry
First
GUnixMountEntry
to compare.The data is owned by the caller of the function. mount2
-
Type:
GUnixMountEntry
Second
GUnixMountEntry
to compare.The data is owned by the caller of the function.