From bbf1dca06a2a8b1ec16bb196079e553501c6b330 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 23 Mar 2022 15:32:37 +0000 Subject: [PATCH] docs: Drop reference to G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME Support for separate directory monitors was dropped in commit b995c08bf32cb701b92bd8c98651de2d77cade9e, in 2015. Signed-off-by: Philip Withnall --- docs/reference/gio/overview.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index 51d367a72..bf4f4cd0c 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -669,22 +669,6 @@ Gvfs is also heavily distributed and relies on a session bus to be present. - - G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME - - - Allows to override the directory monitor implementation for - local files. Implementations of this extension point must be - derived from #GLocalDirectoryMonitor. GIO uses the implementation - with the highest priority that is supported, as determined by the - is_supported() vfunc in #GLocalDirectoryMonitorClass. - - - GIO uses this extension point internally, to switch between - its fam-based and inotify-based directory monitoring implementations. - - - G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME