diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-05-27 14:31:09 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-27 14:41:28 +0000 |
commit | e61458ab6c2f298a959eae2421ae23da6d15d8a3 (patch) | |
tree | 58802870203eac72a56fb67fddd6c0d1ed0ba9d5 /pango/pango-script.c | |
parent | 6225eadd646b778968efa43915bb5a5fce9f34a0 (diff) | |
download | pango-e61458ab6c2f298a959eae2421ae23da6d15d8a3.tar.gz |
Deprecate pango_script_for_unichar
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r-- | pango/pango-script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c index 4faf2b91..05cfbe29 100644 --- a/pango/pango-script.c +++ b/pango/pango-script.c @@ -86,6 +86,7 @@ * Return value: the #PangoScript for the character. * * Since: 1.4 + * Deprecated: 1.44. Use g_unichar_get_script() **/ PangoScript pango_script_for_unichar (gunichar ch) |