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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h
index a5ae7c74..385c2d93 100644
--- a/pango/pango-context.h
+++ b/pango/pango-context.h
@@ -79,9 +79,9 @@ void pango_context_set_base_dir (PangoContext
PangoDirection direction);
PangoDirection pango_context_get_base_dir (PangoContext *context);
-void pango_context_set_matrix (PangoContext *context,
- PangoMatrix *matrix);
-PangoMatrix *pango_context_get_matrix (PangoContext *context);
+void pango_context_set_matrix (PangoContext *context,
+ const PangoMatrix *matrix);
+G_CONST_RETURN PangoMatrix *pango_context_get_matrix (PangoContext *context);
/* Break a string of Unicode characters into segments with
* consistent shaping/language engine and bidrectional level.