summaryrefslogtreecommitdiff
path: root/pango/pango-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-script.h')
-rw-r--r--pango/pango-script.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/pango/pango-script.h b/pango/pango-script.h
index ee1859d0..e152a695 100644
--- a/pango/pango-script.h
+++ b/pango/pango-script.h
@@ -1,4 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
/* Pango
* pango-script.h: Script tag handling
*
@@ -25,13 +24,11 @@
#include <glib.h>
-#include <pango/pango-types.h>
-
G_BEGIN_DECLS
/**
* PangoScriptIter:
-
+ *
* A #PangoScriptIter is used to iterate through a string
* and identify ranges in different scripts.
**/
@@ -114,6 +111,8 @@ typedef enum { /* ISO 15924 code */
PANGO_SCRIPT_NKO /* Nkoo */
} PangoScript;
+#include <pango/pango-types.h>
+
PangoScript pango_script_for_unichar (gunichar ch);
PangoScriptIter *pango_script_iter_new (const char *text,