gio: Fix several incorrect links in documentation comments

Since commit 08f914b29, validation seems to have got a little
stricter/more correct.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall
2023-11-15 13:53:00 +00:00
parent 552f62a059
commit bd33e0acd2
4 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@
*
* The socket service runs on the main loop of the
* thread-default context (see
* [method@GLib.MainContext.push_thread_default_context]) of the thread it is
* [method@GLib.MainContext.push_thread_default]) of the thread it is
* created in, and is not threadsafe in general. However, the calls to start and
* stop the service are thread-safe so these can be used from threads that
* handle incoming clients.