summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
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/gtkwindow.h
parent2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff)
downloadgtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index a7e9a5bc4f..c60a1d426f 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -60,9 +60,9 @@ struct _GtkWindow
* @activate_default: Activates the default widget for the window.
* @keys_changed: Signal gets emitted when the set of accelerators or
* mnemonics that are associated with window changes.
- * @enable_debugging: Class handler for the #GtkWindow::enable-debugging
+ * @enable_debugging: Class handler for the `GtkWindow::enable-debugging`
* keybinding signal.
- * @close_request: Class handler for the #GtkWindow::close-request signal.
+ * @close_request: Class handler for the `GtkWindow::close-request` signal.
*/
struct _GtkWindowClass
{