mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
fam: implement gio-nfs-{file,directory}-monitor
Declare explicit support for monitor NFS from the fam file monitoring backend. This will cause it to be preferred for monitoring on NFS, if it is installed. https://bugzilla.gnome.org/show_bug.cgi?id=592211
This commit is contained in:
committed by
Matthias Clasen
parent
6be54e9f56
commit
6af8894003
@@ -147,5 +147,9 @@ g_fam_file_monitor_register (GIOModule *module)
|
||||
G_TYPE_FAM_FILE_MONITOR,
|
||||
"fam",
|
||||
10);
|
||||
g_io_extension_point_implement (G_NFS_FILE_MONITOR_EXTENSION_POINT_NAME,
|
||||
G_TYPE_FAM_FILE_MONITOR,
|
||||
"fam",
|
||||
10);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user