diff options
Diffstat (limited to 'gtk/gskpango.c')
-rw-r--r-- | gtk/gskpango.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gskpango.c b/gtk/gskpango.c index 332e96f4dc..e96c84a2fc 100644 --- a/gtk/gskpango.c +++ b/gtk/gskpango.c @@ -453,8 +453,8 @@ gsk_pango_renderer_release (GskPangoRenderer *renderer) /** * gtk_snapshot_append_layout: - * @snapshot: a #GtkSnapshot - * @layout: the #PangoLayout to render + * @snapshot: a `GtkSnapshot` + * @layout: the `PangoLayout` to render * @color: the foreground color to render the layout in * * Creates render nodes for rendering @layout in the given foregound @color |