[glib: 1/5] docs: Drop reference to G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME




commit bbf1dca06a2a8b1ec16bb196079e553501c6b330
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Mar 23 15:32:37 2022 +0000

    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 <pwithnall endlessos org>

 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 51d367a720..bf4f4cd0c5 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.
       </para>
    </formalpara>
 
-   <formalpara>
-      <title>G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME</title>
-
-      <para>
-        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.
-      </para>
-      <para>
-        GIO uses this extension point internally, to switch between
-        its fam-based and inotify-based directory monitoring implementations.
-      </para>
-   </formalpara>
-
    <formalpara>
       <title>G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME</title>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]