diff options
Diffstat (limited to 'pango/pango-markup.c')
-rw-r--r-- | pango/pango-markup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-markup.c b/pango/pango-markup.c index c8499ced..cdea3a98 100644 --- a/pango/pango-markup.c +++ b/pango/pango-markup.c @@ -128,7 +128,8 @@ * integer between 1 and 65536 or a percentage value like '50%'. * * underline - * : One of 'none', 'single', 'double', 'low', 'error' + * : One of 'none', 'single', 'double', 'low', 'error', + * 'single-line', 'double-line' or 'error-line'. * * underline_color * : The color of underlines; an RGB color |