summaryrefslogtreecommitdiff
path: root/pango/pango-bidi-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-bidi-type.h')
-rw-r--r--pango/pango-bidi-type.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-bidi-type.h b/pango/pango-bidi-type.h
index a1fd0c69..dbca4683 100644
--- a/pango/pango-bidi-type.h
+++ b/pango/pango-bidi-type.h
@@ -57,7 +57,9 @@ G_BEGIN_DECLS
* @PANGO_BIDI_TYPE_PDI: Pop directional isolate. Since 1.48.6
*
* `PangoBidiType` represents the bidirectional character
- * type of a Unicode character as specified by the
+ * type of a Unicode character.
+ *
+ * The values in this enumeration are specified by the
* [Unicode bidirectional algorithm](http://www.unicode.org/reports/tr9/).
*
* Since: 1.22
@@ -105,7 +107,7 @@ PANGO_DEPRECATED_IN_1_44
PangoDirection pango_find_base_dir (const gchar *text,
gint length);
-PANGO_DEPRECATED_FOR(g_unichar_get_mirror_char)
+PANGO_DEPRECATED_IN_1_30_FOR(g_unichar_get_mirror_char)
gboolean pango_get_mirror_char (gunichar ch,
gunichar *mirrored_ch);
#endif