summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-29 12:24:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-29 13:56:24 -0400
commitf29436d34a8d22b3dd7dbfa2d3c5c2b52a50ee82 (patch)
tree649b79262f0906cd9bc3077c523960b5b9fe7c8e
parentec8c52e8fa06a5335a3a32e2b69c24eeff5e2a15 (diff)
downloadpango-misc-speedups2.tar.gz
bidi: Add some deprecation noticesmisc-speedups2
Just reshuffling existing docs.
-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)