mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
gio: Add API for identifying system FS types and device paths
This is needed by gnome-control-center and gnome-settings-daemon; it makes existing checks from gunixmounts.c public. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=788927
This commit is contained in:
@@ -151,6 +151,10 @@ void g_unix_mount_monitor_set_rate_limit (GUnixMountMonitor *mount
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
gboolean g_unix_is_mount_path_system_internal (const char *mount_path);
|
||||
GLIB_AVAILABLE_IN_2_56
|
||||
gboolean g_unix_is_system_fs_type (const char *fs_type);
|
||||
GLIB_AVAILABLE_IN_2_56
|
||||
gboolean g_unix_is_system_device_path (const char *device_path);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user