diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-21 22:44:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-23 20:43:46 -0400 |
commit | c407656eab8777cfdbdf7f5109dba72795f7e996 (patch) | |
tree | 984415cc4b14c31ff5b9cfbc242d81af33f5298a /pango/pango-break.h | |
parent | f0584476765598f8bb3f31a3b9bc31b0ccd2e01c (diff) | |
download | pango-c407656eab8777cfdbdf7f5109dba72795f7e996.tar.gz |
break: Some code reorganization
Shuffle break.c around a bit.
Diffstat (limited to 'pango/pango-break.h')
-rw-r--r-- | pango/pango-break.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pango/pango-break.h b/pango/pango-break.h index 81526e9a..f514d168 100644 --- a/pango/pango-break.h +++ b/pango/pango-break.h @@ -105,7 +105,7 @@ void pango_get_log_attrs (const char *text, int length, int level, PangoLanguage *language, - PangoLogAttr *log_attrs, + PangoLogAttr *attrs, int attrs_len); PANGO_AVAILABLE_IN_ALL @@ -120,8 +120,9 @@ void pango_tailor_break (const char *text, int length, PangoAnalysis *analysis, int offset, - PangoLogAttr *log_attrs, - int log_attrs_len); + PangoLogAttr *attrs, + int attrs_len); + G_END_DECLS |