summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcuttrigger.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 09:17:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-22 17:25:26 -0400
commit91f7b9663fb17ebe26a28ec589a727397eef0967 (patch)
tree0d53b59b4e28bd4c879bf2081f8bef1993a5b298 /gtk/gtkshortcuttrigger.c
parent2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff)
downloadgtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkshortcuttrigger.c')
-rw-r--r--gtk/gtkshortcuttrigger.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkshortcuttrigger.c b/gtk/gtkshortcuttrigger.c
index 0d0064897c..bd4cfce061 100644
--- a/gtk/gtkshortcuttrigger.c
+++ b/gtk/gtkshortcuttrigger.c
@@ -317,8 +317,8 @@ gtk_shortcut_trigger_print_label (GtkShortcutTrigger *self,
* architectures or even different versions of GTK. Do not use this
* function as a basis for building protocols or file formats.
*
- * The types of @trigger is #gconstpointer only to allow use of this
- * function with #GHashTable. They must each be a `GtkShortcutTrigger`.
+ * The types of @trigger is `gconstpointer` only to allow use of this
+ * function with `GHashTable`. They must each be a `GtkShortcutTrigger`.
*
* Returns: a hash value corresponding to @trigger
*/
@@ -339,8 +339,8 @@ gtk_shortcut_trigger_hash (gconstpointer trigger)
*
* Checks if @trigger1 and @trigger2 trigger under the same conditions.
*
- * The types of @one and @two are #gconstpointer only to allow use of this
- * function with #GHashTable. They must each be a `GtkShortcutTrigger`.
+ * The types of @one and @two are `gconstpointer` only to allow use of this
+ * function with `GHashTable`. They must each be a `GtkShortcutTrigger`.
*
* Returns: %TRUE if @trigger1 and @trigger2 are equal
*/
@@ -356,8 +356,8 @@ gtk_shortcut_trigger_equal (gconstpointer trigger1,
* @trigger1: (type GtkShortcutTrigger): a `GtkShortcutTrigger`
* @trigger2: (type GtkShortcutTrigger): a `GtkShortcutTrigger`
*
- * The types of @trigger1 and @trigger2 are #gconstpointer only to allow
- * use of this function as a #GCompareFunc.
+ * The types of @trigger1 and @trigger2 are `gconstpointer` only to allow
+ * use of this function as a `GCompareFunc`.
*
* They must each be a `GtkShortcutTrigger`.
*