summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-09 00:34:12 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-09 00:34:12 +0000
commitf437641bcc412d7e7ac2f706487bbbdeaeddc87e (patch)
tree71be684754448d408e9a93e27e8b5b9dbf401fee
parented13e662d1a327671fc9f1a3ec7d71c4bbfe1280 (diff)
parent1bae78ce75086b0835ee3d907e5bde5ab8778199 (diff)
downloadpango-f437641bcc412d7e7ac2f706487bbbdeaeddc87e.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
docs: Cosmetic change See merge request GNOME/pango!396
-rw-r--r--pango/pango-bidi-type.c2
-rw-r--r--pango/pango-bidi-type.h6
2 files changed, 5 insertions, 3 deletions
diff --git a/pango/pango-bidi-type.c b/pango/pango-bidi-type.c
index a5a13a9a..f978d8e5 100644
--- a/pango/pango-bidi-type.c
+++ b/pango/pango-bidi-type.c
@@ -309,7 +309,7 @@ pango_unichar_direction (gunichar ch)
* Return value: %TRUE if @ch has a mirrored character and @mirrored_ch is
* filled in, %FALSE otherwise
*
- * Deprecated: Use g_unichar_get_mirror_char() instead; the docs for that function
+ * Deprecated: 1.30: Use g_unichar_get_mirror_char() instead; the docs for that function
* provide full details.
*/
gboolean
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