diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index f4c87b7d5..960cd2fc1 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -371,6 +371,9 @@ Gvfs is also heavily distributed and relies on a session bus to be present. has the name "local", the implementation in the gvfs module has the name "gvfs". Most commonly, system software will set this to "local" to avoid having `GFile` APIs perform unnecessary DBus calls. + + The special value help can be used to print a list of + available implementations to standard output. @@ -390,6 +393,9 @@ Gvfs is also heavily distributed and relies on a session bus to be present. in GIO on Linux has the name "inotify", others that are built are built as modules (depending on the platform) are called "fam" and "fen". + + The special value help can be used to print a list of + available implementations to standard output. @@ -402,6 +408,9 @@ Gvfs is also heavily distributed and relies on a session bus to be present. The #GVolumeMonitor implementation for local files that is included in GIO has the name "unix", the udisks2-based implementation in the gvfs module has the name "udisks2". + + The special value help can be used to print a list of + available implementations to standard output. @@ -413,6 +422,9 @@ Gvfs is also heavily distributed and relies on a session bus to be present. implementation to override the default for debugging purposes. GIO does not include a #GTlsBackend implementation, the gnutls-based implementation in the glib-networking module has the name "gnutls". + + The special value help can be used to print a list of + available implementations to standard output. @@ -444,6 +456,9 @@ Gvfs is also heavily distributed and relies on a session bus to be present. implementation to override the default for debugging purposes. The memory-based implementation that is included in GIO has the name "memory", the one in dconf has the name "dconf". + + The special value help can be used to print a list of + available implementations to standard output.