diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-02-17 14:35:38 -0600 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-02-17 14:35:38 -0600 |
commit | c534378d03563681a2c48b5816b24b307d9f19eb (patch) | |
tree | 32432a45c9b6f40fc214ed03cfd38304dad2ff55 /pango/pango-direction.h | |
parent | 6e6f2d674630b9ebe2d2c70a37d436d5fc1a1258 (diff) | |
download | pango-c534378d03563681a2c48b5816b24b307d9f19eb.tar.gz |
Rename pango_itemize_with_base_dir
Call it just pango_itemize.
Diffstat (limited to 'pango/pango-direction.h')
-rw-r--r-- | pango/pango-direction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-direction.h b/pango/pango-direction.h index 24d3c50e..455e7456 100644 --- a/pango/pango-direction.h +++ b/pango/pango-direction.h @@ -46,7 +46,7 @@ G_BEGIN_DECLS * and [func@find_base_dir] cannot be `PANGO_DIRECTION_WEAK_LTR` or * `PANGO_DIRECTION_WEAK_RTL`, since every character is either neutral * or has a strong direction; on the other hand `PANGO_DIRECTION_NEUTRAL` - * doesn't make sense to pass to [func@itemize_with_base_dir]. + * doesn't make sense to pass to [func@itemize]. * * The `PANGO_DIRECTION_TTB_LTR`, `PANGO_DIRECTION_TTB_RTL` values come from * an earlier interpretation of this enumeration as the writing direction |