docs: Fix invalid references and broken links

This commit fixes quite a few broken links and references, minor typos,
and improves wording in some sections.
This commit is contained in:
Mavroudis Chatzilazaridis
2025-01-28 21:05:26 +02:00
parent 7fffe59037
commit cb1502ed66
49 changed files with 161 additions and 148 deletions

View File

@@ -9412,8 +9412,8 @@ g_file_poll_mountable_finish (GFile *file,
* g_file_supports_thread_contexts:
* @file: a #GFile
*
* Checks if @file supports
* [thread-default contexts][g-main-context-push-thread-default-context].
* Checks if @file supports thread-default main contexts
* (see [method@GLib.MainContext.push_thread_default])
* If this returns %FALSE, you cannot perform asynchronous operations on
* @file in a thread that has a thread-default context.
*