summaryrefslogtreecommitdiff
path: root/pango/pango-script.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-14 23:46:58 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-14 23:46:58 +0000
commitf7a3f933856c13732c2b8a6a1c24cf1e96c9e506 (patch)
tree56b021ce04b929aa30c7eb53246c1976ccd5ce3f /pango/pango-script.h
parent9a8a82600092dbdd69f905d90538e09c7c297f57 (diff)
downloadpango-f7a3f933856c13732c2b8a6a1c24cf1e96c9e506.tar.gz
Mark G_GNUC_CONST.
2007-08-14 Behdad Esfahbod <behdad@gnome.org> * pango/pango-script.h (pango_script_for_unichar): Mark G_GNUC_CONST. svn path=/trunk/; revision=2395
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 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);