diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-23 17:54:55 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-23 17:54:55 +0000 |
commit | 4f11308e79cafe463593c5cdc62c75c050a10d32 (patch) | |
tree | b23ced0f64a16a502105557c6cc1fcdbf2dc58d3 /pango/pango-utils.c | |
parent | c19e8c5458fb9dd9673137f07ea0e81608a47cea (diff) | |
download | pango-4f11308e79cafe463593c5cdc62c75c050a10d32.tar.gz |
Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
2005-11-23 Behdad Esfahbod <behdad@gnome.org>
* pango/fonts.c pango/pango-attributes.c pango/pango-context.c
pango/pango-glyph-item.c pango/pango-layout.c
pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
interfaces added after Pango 1.0. (#319116, Brian Cameron)
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index ebe83a3d..c252a63a 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -1744,6 +1744,8 @@ pango_lookup_aliases (const char *fontname, * * Return value: The direction corresponding to the first strong character. * If no such character is found, then %PANGO_DIRECTION_NEUTRAL is returned. + * + * Since: 1.4 */ PangoDirection pango_find_base_dir (const gchar *text, @@ -1778,6 +1780,8 @@ pango_find_base_dir (const gchar *text, * normally rendered on the screen. * * Return value: %TRUE if @ch is a zero-width character, %FALSE otherwise + * + * Since: 1.10 */ gboolean pango_is_zero_width (gunichar ch) |