diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-20 11:28:00 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-20 11:56:18 -0700 |
commit | 2c4c6a7a92b7256f8729abf827680a9663a8cef7 (patch) | |
tree | 06f107018e642c5f881fac9d59176695a96159cb /pango/break.c | |
parent | 2b4f8a745d9da9d759038f2cd1c6066cda42d867 (diff) | |
download | pango-2c4c6a7a92b7256f8729abf827680a9663a8cef7.tar.gz |
Add a missing Since tag
Diffstat (limited to 'pango/break.c')
-rw-r--r-- | pango/break.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/break.c b/pango/break.c index cde43fcb..356c5afe 100644 --- a/pango/break.c +++ b/pango/break.c @@ -1754,6 +1754,8 @@ pango_find_paragraph_boundary (const gchar *text, * * If @offset is not -1, it is used to apply attributes * from @analysis that are relevant to line breaking. + * + * Since: 1.44 */ void pango_tailor_break (const char *text, |