summaryrefslogtreecommitdiff
path: root/pango/pango-simple-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-simple-layout.h')
-rw-r--r--pango/pango-simple-layout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-simple-layout.h b/pango/pango-simple-layout.h
index 852b8b19..446a1093 100644
--- a/pango/pango-simple-layout.h
+++ b/pango/pango-simple-layout.h
@@ -152,6 +152,10 @@ PANGO_AVAILABLE_IN_ALL
GBytes * pango_simple_layout_serialize (PangoSimpleLayout *layout,
PangoSimpleLayoutSerializeFlags flags);
+PANGO_AVAILABLE_IN_ALL
+gboolean pango_simple_layout_write_to_file (PangoSimpleLayout *layout,
+ const char *filename);
+
typedef enum {
PANGO_SIMPLE_LAYOUT_DESERIALIZE_DEFAULT = 0,
PANGO_SIMPLE_LAYOUT_DESERIALIZE_CONTEXT = 1 << 0,