summaryrefslogtreecommitdiff
path: root/pango/pango-script.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-27 14:31:09 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-27 14:41:28 +0000
commite61458ab6c2f298a959eae2421ae23da6d15d8a3 (patch)
tree58802870203eac72a56fb67fddd6c0d1ed0ba9d5 /pango/pango-script.h
parent6225eadd646b778968efa43915bb5a5fce9f34a0 (diff)
downloadpango-e61458ab6c2f298a959eae2421ae23da6d15d8a3.tar.gz
Deprecate pango_script_for_unichar
Diffstat (limited to 'pango/pango-script.h')
-rw-r--r--pango/pango-script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-script.h b/pango/pango-script.h
index cce4e4d1..a5c2b497 100644
--- a/pango/pango-script.h
+++ b/pango/pango-script.h
@@ -306,7 +306,7 @@ typedef enum { /* ISO 15924 code */
#include <pango/pango-version-macros.h>
-PANGO_AVAILABLE_IN_1_4
+PANGO_DEPRECATED_IN_1_44_FOR(g_unichar_get_script)
PangoScript pango_script_for_unichar (gunichar ch) G_GNUC_CONST;
PANGO_AVAILABLE_IN_1_4