diff options
Diffstat (limited to 'gtk/gtkpango.c')
-rw-r--r-- | gtk/gtkpango.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkpango.c b/gtk/gtkpango.c index a712944170..8a176b56aa 100644 --- a/gtk/gtkpango.c +++ b/gtk/gtkpango.c @@ -38,8 +38,8 @@ attr_list_merge_filter (PangoAttribute *attribute, /* * _gtk_pango_attr_list_merge: - * @into: (nullable): a #PangoAttrList where attributes are merged - * @from: (nullable): a #PangoAttrList with the attributes to merge + * @into: (nullable): a `PangoAttrList` where attributes are merged + * @from: (nullable): a `PangoAttrList` with the attributes to merge * * Merges attributes from @from into @into. * |