summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--pango/pango-script.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba589110..36da2a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-14 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pango-script.h (pango_script_for_unichar): Mark G_GNUC_CONST.
+
2007-08-09 Behdad Esfahbod <behdad@gnome.org>
Bug 465174 – TextView is ignoring multiple consecutive \t's
diff --git a/pango/pango-script.h b/pango/pango-script.h
index 6aa2a937..15e14bca 100644
--- a/pango/pango-script.h
+++ b/pango/pango-script.h
@@ -113,7 +113,7 @@ typedef enum { /* ISO 15924 code */
PANGO_SCRIPT_NKO /* Nkoo */
} PangoScript;
-PangoScript pango_script_for_unichar (gunichar ch);
+PangoScript pango_script_for_unichar (gunichar ch) G_GNUC_CONST;
PangoScriptIter *pango_script_iter_new (const char *text,
int length);