summaryrefslogtreecommitdiff
path: root/pango/pango-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r--pango/pango-context.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h
index 078e841f..878c3c28 100644
--- a/pango/pango-context.h
+++ b/pango/pango-context.h
@@ -82,13 +82,19 @@ PangoDirection pango_context_get_base_dir (PangoContext
* consistent shaping/language engine and bidrectional level.
* Returns a GList of PangoItem's
*/
-GList *pango_itemize (PangoContext *context,
- const char *text,
- int start_index,
- int length,
- PangoAttrList *attrs,
- PangoAttrIterator *cached_iter);
-
+GList *pango_itemize (PangoContext *context,
+ const char *text,
+ int start_index,
+ int length,
+ PangoAttrList *attrs,
+ PangoAttrIterator *cached_iter);
+GList *pango_itemize_with_base_dir (PangoContext *context,
+ PangoDirection base_dir,
+ const char *text,
+ int start_index,
+ int length,
+ PangoAttrList *attrs,
+ PangoAttrIterator *cached_iter);
G_END_DECLS