diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 09:17:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-22 17:25:26 -0400 |
commit | 91f7b9663fb17ebe26a28ec589a727397eef0967 (patch) | |
tree | 0d53b59b4e28bd4c879bf2081f8bef1993a5b298 /gtk/gtkpadcontroller.c | |
parent | 2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff) | |
download | gtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz |
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkpadcontroller.c')
-rw-r--r-- | gtk/gtkpadcontroller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpadcontroller.c b/gtk/gtkpadcontroller.c index ddee7931e6..49e7ae512e 100644 --- a/gtk/gtkpadcontroller.c +++ b/gtk/gtkpadcontroller.c @@ -500,7 +500,7 @@ gtk_pad_controller_set_action_entries (GtkPadController *controller, * @mode: the mode that will trigger this action, or -1 for all modes. * @label: Human readable description of this action, this string should * be deemed user-visible. - * @action_name: action name that will be activated in the #GActionGroup + * @action_name: action name that will be activated in the `GActionGroup` * * Adds an individual action to @controller. * |