summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-14 00:12:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-14 01:55:39 -0500
commit5b5bb1102df82495a9899c1e6c70e05741eeb475 (patch)
treefbbc7d2e8f503c8d230916a9b9b980088af6136e /pango/pango-tabs.h
parent3d24ce2e1046d52d6135039e77b6f9a3f6c410a2 (diff)
downloadpango-5b5bb1102df82495a9899c1e6c70e05741eeb475.tar.gz
Add pango_tab_array_to/from_string
Diffstat (limited to 'pango/pango-tabs.h')
-rw-r--r--pango/pango-tabs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h
index 893132ed..e8ce1b97 100644
--- a/pango/pango-tabs.h
+++ b/pango/pango-tabs.h
@@ -87,6 +87,10 @@ void pango_tab_array_get_tabs (PangoTabArray *tab_array,
PANGO_AVAILABLE_IN_ALL
gboolean pango_tab_array_get_positions_in_pixels (PangoTabArray *tab_array);
+PANGO_AVAILABLE_IN_1_50
+char * pango_tab_array_to_string (PangoTabArray *tab_array);
+PANGO_AVAILABLE_IN_1_50
+PangoTabArray * pango_tab_array_from_string (const char *text);
G_END_DECLS