summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-08-02 10:55:49 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-08-02 10:55:49 +0100
commit006f2e2e2a85d351eee217a74a0ad2dda35dc062 (patch)
tree393aeaac66f7eb663b307b38381387022c68fdbf /pango/pango-attributes.c
parente2940325835c1a83945328b5a37f42c896fef550 (diff)
downloadpango-006f2e2e2a85d351eee217a74a0ad2dda35dc062.tar.gz
Ensure arguments name match the documentation
Otherwise the introspection scanner will be majorly confused.
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r--pango/pango-attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index 9acd6cf8..b5e0f77c 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1208,7 +1208,7 @@ pango_attr_allow_breaks_new (gboolean allow_breaks)
/**
* pango_attr_show_new:
- * @show: #PangoShowFlags to apply
+ * @flags: #PangoShowFlags to apply
*
* Create a new attribute that influences how invisible
* characters are rendered.