diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-28 13:01:27 -0500 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-11 16:37:35 +0000 |
commit | 646a6726a84fb52fea51dda0e36b68031369f7cb (patch) | |
tree | 923cf5908f6ebdac445129f150221a38e6969ea9 /gtk/gtkcustomlayout.h | |
parent | 460955d578c20b6b25b36ab5bda47a235cd37961 (diff) | |
download | gtk+-646a6726a84fb52fea51dda0e36b68031369f7cb.tar.gz |
customlayout: Convert docs
Diffstat (limited to 'gtk/gtkcustomlayout.h')
-rw-r--r-- | gtk/gtkcustomlayout.h | 2 |
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, |