summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/question_index.xml
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2020-05-11 18:47:20 +0200
committerCorentin Noël <corentin@elementary.io>2020-05-11 19:26:20 +0200
commit076b2f11d2642d9153938dea34c49d8a345938b1 (patch)
treef16af90837980573140d445d094ce6219f23c0da /docs/reference/gtk/question_index.xml
parent9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff)
downloadgtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'docs/reference/gtk/question_index.xml')
-rw-r--r--docs/reference/gtk/question_index.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/question_index.xml b/docs/reference/gtk/question_index.xml
index 0cd8062185..75b4d5be38 100644
--- a/docs/reference/gtk/question_index.xml
+++ b/docs/reference/gtk/question_index.xml
@@ -919,8 +919,8 @@ How do I use cairo to draw in GTK applications ?
</para></question>
<answer><para>
-Use gtk_snapshot_append_cairo() in your #GtkWidget::snapshot signal handler
-to optain a cairo context and draw with that.
+Use gtk_snapshot_append_cairo() in your #GtkWidgetClass.snapshot() vfunc to optain
+a cairo context and draw with that.
</para>
</answer>
</qandaentry>