diff options
author | Philip Withnall <pwithnall@endlessos.org> | 2022-03-23 15:40:41 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@endlessos.org> | 2022-03-23 15:40:41 +0000 |
commit | 2759dd71bee859ff8daa9f52c9ff7169bacf6c67 (patch) | |
tree | 7be8eef15993245e38b7c4a3bddc1f3c60a06118 /docs/reference/gio | |
parent | e951bf1ae3cfb21fe005f9c5984884f5367d00df (diff) | |
download | glib-2759dd71bee859ff8daa9f52c9ff7169bacf6c67.tar.gz |
gio: Remove remaining references to fen file monitor
It used to exist on Solaris, but GLib’s support for it was mostly
removed in 2015 in commit 21ab660cf8d2622917eceaa24fbd07d81ea949af.
Remove the final few references.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'docs/reference/gio')
-rw-r--r-- | docs/reference/gio/meson.build | 1 | ||||
-rw-r--r-- | docs/reference/gio/overview.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/gio/meson.build b/docs/reference/gio/meson.build index bb14e6923..529185b12 100644 --- a/docs/reference/gio/meson.build +++ b/docs/reference/gio/meson.build @@ -4,7 +4,6 @@ if get_option('gtk_doc') ignore_headers = [ 'fam', - 'fen', 'gdbus-2.0', 'gvdb', 'inotify', diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index f30b14215..3214215ed 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -392,7 +392,7 @@ Gvfs is also heavily distributed and relies on a session bus to be present. The #GFileMonitor implementation for local files that is included in GIO on Linux has the name <literal>inotify</literal>, others that are built are built as modules (depending on the platform) are called - <literal>fam</literal> and <literal>fen</literal>. + <literal>fam</literal>, <literal>kqueue</literal> and <literal>win32filemonitor</literal>. </para><para> The special value <literal>help</literal> can be used to print a list of available implementations to standard output. |