[gtk/ebassi/for-master: 2/2] docs: Fix cross-linking for GIO types
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/for-master: 2/2] docs: Fix cross-linking for GIO types
- Date: Thu, 22 Oct 2020 12:34:20 +0000 (UTC)
commit 6c796cf201beb1e0ea069528c6a0d86f831e058e
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Oct 22 13:33:49 2020 +0100
docs: Fix cross-linking for GIO types
docs/reference/gtk/question_index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gtk/question_index.md b/docs/reference/gtk/question_index.md
index e5e71174bf..c080b5d35e 100644
--- a/docs/reference/gtk/question_index.md
+++ b/docs/reference/gtk/question_index.md
@@ -71,12 +71,12 @@ the question you have, this list is a good place to start.
6. How do I use GTK with threads?
GTK requires that all GTK API calls are made from the same thread in which
- gtk_init() was called (the _main thread_).
+ the #GtkApplication was created, or gtk_init() was called (the _main thread_).
If you want to take advantage of multi-threading in a GTK application,
it is usually best to send long-running tasks to worker threads, and feed
- the results back to the main thread using g_idle_add() or GAsyncQueue. GIO
- offers useful tools for such an approach such as GTask.
+ the results back to the main thread using g_idle_add() or #GAsyncQueue. GIO
+ offers useful tools for such an approach such as #GTask.
7. How do I internationalize a GTK program?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]