mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
GUnixMountPoint: expose options
Make the options from an /etc/fstab entry available as public API - this can be used to support options such as comment=gvfs.name=Foo\040Bar to e.g. set the name of an fstab mount in the UI to "Foo Bar". https://bugzilla.gnome.org/show_bug.cgi?id=660536 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -1369,6 +1369,7 @@ g_unix_mount_point_compare
|
||||
g_unix_mount_point_get_mount_path
|
||||
g_unix_mount_point_get_device_path
|
||||
g_unix_mount_point_get_fs_type
|
||||
g_unix_mount_point_get_options
|
||||
g_unix_mount_point_is_readonly
|
||||
g_unix_mount_point_is_user_mountable
|
||||
g_unix_mount_point_is_loopback
|
||||
|
Reference in New Issue
Block a user