summaryrefslogtreecommitdiff
path: root/pango/pango-bidi-type.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-29 18:08:19 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-03-29 18:08:19 +0000
commit5ccc0c7aa5de2667a5e0da8c35387eb662c3edff (patch)
tree649b79262f0906cd9bc3077c523960b5b9fe7c8e /pango/pango-bidi-type.c
parent296317f2d0d628f2104168de3dc55458ed7f853a (diff)
parentf29436d34a8d22b3dd7dbfa2d3c5c2b52a50ee82 (diff)
downloadpango-5ccc0c7aa5de2667a5e0da8c35387eb662c3edff.tar.gz
Merge branch 'misc-speedups2' into 'master'
Misc speedups2 See merge request GNOME/pango!307
Diffstat (limited to 'pango/pango-bidi-type.c')
-rw-r--r--pango/pango-bidi-type.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/pango-bidi-type.c b/pango/pango-bidi-type.c
index b86affba..01da86d3 100644
--- a/pango/pango-bidi-type.c
+++ b/pango/pango-bidi-type.c
@@ -273,8 +273,8 @@ resolved:
*
* This function is useful to categorize characters into left-to-right
* letters, right-to-left letters, and everything else. If full Unicode
- * bidirectional type of a character is needed, [type_func@Pango.BidiType.for_unichar]
- * can be used instead.
+ * bidirectional type of a character is needed,
+ * [type_func@Pango.BidiType.for_unichar] can be used instead.
*
* Return value: the direction of the character.
*/
@@ -305,12 +305,12 @@ pango_unichar_direction (gunichar ch)
*
* Mirror characters are determined by the Unicode mirrored property.
*
- * Use g_unichar_get_mirror_char() instead; the docs for that function
- * provide full details.
- *
* 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
+ * provide full details.
+ */
gboolean
pango_get_mirror_char (gunichar ch,
gunichar *mirrored_ch)