diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 12:27:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 12:27:15 -0400 |
commit | fac324cd30c1968cd7d301e054ae4cfb06b42f6c (patch) | |
tree | d55f0af77c56ef1099f4a12cc51fd62084f4bc6d /pango/pango-break.h | |
parent | 2b097607b7f2b7ab468dcc47f7b58898a1e03b9f (diff) | |
download | pango-fac324cd30c1968cd7d301e054ae4cfb06b42f6c.tar.gz |
Cosmetics: Reindent pango-break.h
Diffstat (limited to 'pango/pango-break.h')
-rw-r--r-- | pango/pango-break.h | 51 |
1 files changed, 23 insertions, 28 deletions
diff --git a/pango/pango-break.h b/pango/pango-break.h index d6438617..81526e9a 100644 --- a/pango/pango-break.h +++ b/pango/pango-break.h @@ -10,7 +10,7 @@ * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public @@ -94,39 +94,34 @@ struct _PangoLogAttr }; PANGO_DEPRECATED_IN_1_44 -void pango_break (const gchar *text, - int length, - PangoAnalysis *analysis, - PangoLogAttr *attrs, - int attrs_len); +void pango_break (const char *text, + int length, + PangoAnalysis *analysis, + PangoLogAttr *attrs, + int attrs_len); PANGO_AVAILABLE_IN_ALL -void pango_get_log_attrs (const char *text, - int length, - int level, - PangoLanguage *language, - PangoLogAttr *log_attrs, - int attrs_len); +void pango_get_log_attrs (const char *text, + int length, + int level, + PangoLanguage *language, + PangoLogAttr *log_attrs, + int attrs_len); -/* This is the default break algorithm, used if no language - * engine overrides it. Normally you should use pango_break() - * instead; this function is mostly useful for chaining up - * from a language engine override. - */ PANGO_AVAILABLE_IN_ALL -void pango_default_break (const gchar *text, - int length, - PangoAnalysis *analysis, - PangoLogAttr *attrs, - int attrs_len); +void pango_default_break (const char *text, + int length, + PangoAnalysis *analysis, + PangoLogAttr *attrs, + int attrs_len); PANGO_AVAILABLE_IN_1_44 -void pango_tailor_break (const char *text, - int length, - PangoAnalysis *analysis, - int offset, - PangoLogAttr *log_attrs, - int log_attrs_len); +void pango_tailor_break (const char *text, + int length, + PangoAnalysis *analysis, + int offset, + PangoLogAttr *log_attrs, + int log_attrs_len); G_END_DECLS |