summaryrefslogtreecommitdiff
path: root/gtk/gtkcustomlayout.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-28 13:01:27 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:35 +0000
commit646a6726a84fb52fea51dda0e36b68031369f7cb (patch)
tree923cf5908f6ebdac445129f150221a38e6969ea9 /gtk/gtkcustomlayout.h
parent460955d578c20b6b25b36ab5bda47a235cd37961 (diff)
downloadgtk+-646a6726a84fb52fea51dda0e36b68031369f7cb.tar.gz
customlayout: Convert docs
Diffstat (limited to 'gtk/gtkcustomlayout.h')
-rw-r--r--gtk/gtkcustomlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcustomlayout.h b/gtk/gtkcustomlayout.h
index 21beb04853..0dccb7d718 100644
--- a/gtk/gtkcustomlayout.h
+++ b/gtk/gtkcustomlayout.h
@@ -59,7 +59,7 @@ typedef void (* GtkCustomMeasureFunc) (GtkWidget *widget,
* @height: the new height of the widget
* @baseline: the new baseline of the widget, or -1
*
- * A function to be used by #GtkCustomLayout to allocate a widget.
+ * A function to be used by `GtkCustomLayout` to allocate a widget.
*/
typedef void (* GtkCustomAllocateFunc) (GtkWidget *widget,
int width,