diff options
author | Corentin Noël <corentin@elementary.io> | 2020-05-11 18:47:20 +0200 |
---|---|---|
committer | Corentin Noël <corentin@elementary.io> | 2020-05-11 19:26:20 +0200 |
commit | 076b2f11d2642d9153938dea34c49d8a345938b1 (patch) | |
tree | f16af90837980573140d445d094ce6219f23c0da /gtk/gtkeditable.c | |
parent | 9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff) | |
download | gtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz |
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r-- | gtk/gtkeditable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index 1ee33acdbf..ff36a044cf 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.c @@ -102,7 +102,8 @@ * ]| * * You don't need to provide any other vfuncs. The default implementations - * work by forwarding to the delegate that the get_delegate() vfunc returns. + * work by forwarding to the delegate that the #GtkEditableInterface.get_delegate() + * vfunc returns. * * In your instance_init function, create your text widget, and then call * gtk_editable_init_delegate(): |