summaryrefslogtreecommitdiff
path: root/gtk/gtkeditablelabel.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/gtkeditablelabel.c
parent2d266d107b2db1c1bf478bf7c93e38884c86c366 (diff)
downloadgtk+-91f7b9663fb17ebe26a28ec589a727397eef0967.tar.gz
gtk: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'gtk/gtkeditablelabel.c')
-rw-r--r--gtk/gtkeditablelabel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkeditablelabel.c b/gtk/gtkeditablelabel.c
index c993350e92..b75b6a531d 100644
--- a/gtk/gtkeditablelabel.c
+++ b/gtk/gtkeditablelabel.c
@@ -386,7 +386,7 @@ gtk_editable_label_class_init (GtkEditableLabelClass *class)
* The default bindings for this action are clicking
* on the widget and the Enter key.
*
- * This action is disabled when #GtkEditableLabel:editing
+ * This action is disabled when `GtkEditableLabel:editing`
* is %FALSE.
*/
gtk_widget_class_install_action (widget_class, "editing.start", NULL, start_editing);
@@ -397,12 +397,12 @@ gtk_editable_label_class_init (GtkEditableLabelClass *class)
*
* Switch the widget out of editing mode. If @commit
* is %TRUE, then the results of the editing are taken
- * as the new value of #GtkEditable:text.
+ * as the new value of `GtkEditable:text`.
*
* The default binding for this action is the Escape
* key.
*
- * This action is disabled when #GtkEditableLabel:editing
+ * This action is disabled when `GtkEditableLabel:editing`
* is %FALSE.
*/
gtk_widget_class_install_action (widget_class, "editing.stop", "b", stop_editing);