summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcuttrigger.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-03-24 17:01:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-03-25 23:14:45 -0400
commitf59cd392bacb4262451d55ba71494f102a638943 (patch)
treee0000498d053fb1474154e345ec90cc6fee49e13 /gtk/gtkshortcuttrigger.c
parent6bacb0b0ae8e11464527ba4f1dec66744d0ceaa3 (diff)
downloadgtk+-f59cd392bacb4262451d55ba71494f102a638943.tar.gz
shortcuttrigger: Some documentation fixups
Diffstat (limited to 'gtk/gtkshortcuttrigger.c')
-rw-r--r--gtk/gtkshortcuttrigger.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkshortcuttrigger.c b/gtk/gtkshortcuttrigger.c
index d06d1fe193..50f6958b18 100644
--- a/gtk/gtkshortcuttrigger.c
+++ b/gtk/gtkshortcuttrigger.c
@@ -151,7 +151,7 @@ gtk_shortcut_trigger_parse_string (const char *string)
* @self: a #GtkShortcutTrigger
*
* Prints the given trigger into a human-readable string.
- * This is a small wrapper around gdk_content_formats_print()
+ * This is a small wrapper around gtk_shortcut_trigger_print()
* to help when debugging.
*
* Returns: (transfer full): a new string
@@ -305,10 +305,10 @@ gtk_shortcut_trigger_equal (gconstpointer trigger1,
* gtk_shortcut_trigger_compare:
* @trigger1: (type GtkShortcutTrigger): a #GtkShortcutTrigger
* @trigger2: (type GtkShortcutTrigger): a #GtkShortcutTrigger
- *
*
- * The types of @one and @two are #gconstpointer only to allow use of this
- * function as a #GCompareFunc. They must each be a #GtkShortcutTrigger.
+ * The types of @trigger1 and @trigger2 are #gconstpointer only to allow
+ * use of this function as a #GCompareFunc. They must each be a
+ * #GtkShortcutTrigger.
*
* Returns: An integer less than, equal to, or greater than zero if
* @trigger1 is found, respectively, to be less than, to match,