summaryrefslogtreecommitdiff
path: root/gtk/gtkemojichooser.c
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 /gtk/gtkemojichooser.c
parent9ce7b16dd8173afb94aaf7c374dfb6b69c98c135 (diff)
downloadgtk+-076b2f11d2642d9153938dea34c49d8a345938b1.tar.gz
docs: Fix several missing references in the documentation
This fixes several typos and missing references
Diffstat (limited to 'gtk/gtkemojichooser.c')
-rw-r--r--gtk/gtkemojichooser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkemojichooser.c b/gtk/gtkemojichooser.c
index 89479f5ca5..7cd3f2b1cf 100644
--- a/gtk/gtkemojichooser.c
+++ b/gtk/gtkemojichooser.c
@@ -47,7 +47,7 @@
* The #GtkEmojiChooser popover is used by text widgets such as #GtkEntry or
* #GtkTextView to offer users a convenient way to insert Emoji characters.
*
- * GtkEmojiChooser emits the #GtkEmojiChooser:emoji-picked signal when an
+ * GtkEmojiChooser emits the #GtkEmojiChooser::emoji-picked signal when an
* Emoji is selected.
*
* # CSS nodes
@@ -1078,7 +1078,7 @@ gtk_emoji_chooser_class_init (GtkEmojiChooserClass *klass)
*
* Creates a new #GtkEmojiChooser.
*
- * Returns: a new #GtkEmojiChoser
+ * Returns: a new #GtkEmojiChooser
*/
GtkWidget *
gtk_emoji_chooser_new (void)