summaryrefslogtreecommitdiff
path: root/pango/pango-run.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-24 23:00:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:21 -0400
commit778df432eb9bba4441d4c47cdbfbcd385b1e9d42 (patch)
tree39b66234cc325aafdddcebd76ec888d0cc099aaa /pango/pango-run.h
parent249ce63ebb3d5666d5559184dd7c2c65e32695c2 (diff)
downloadpango-778df432eb9bba4441d4c47cdbfbcd385b1e9d42.tar.gz
Convert to the pango2 prefix
This makes pango 2 not just parallel-installable with pango 1.x, but parallel-usable in the same process.
Diffstat (limited to 'pango/pango-run.h')
-rw-r--r--pango/pango-run.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/pango/pango-run.h b/pango/pango-run.h
index 1264ecb5..fd090ae4 100644
--- a/pango/pango-run.h
+++ b/pango/pango-run.h
@@ -24,14 +24,14 @@
#include <pango/pango-item.h>
#include <pango/pango-glyph.h>
-PANGO_AVAILABLE_IN_ALL
-PangoItem * pango_run_get_item (PangoRun *run);
+PANGO2_AVAILABLE_IN_ALL
+Pango2Item * pango2_run_get_item (Pango2Run *run);
-PANGO_AVAILABLE_IN_ALL
-PangoGlyphString * pango_run_get_glyphs (PangoRun *run);
+PANGO2_AVAILABLE_IN_ALL
+Pango2GlyphString * pango2_run_get_glyphs (Pango2Run *run);
-PANGO_AVAILABLE_IN_ALL
-void pango_run_get_extents (PangoRun *run,
- PangoLeadingTrim trim,
- PangoRectangle *ink_rect,
- PangoRectangle *logical_rect);
+PANGO2_AVAILABLE_IN_ALL
+void pango2_run_get_extents (Pango2Run *run,
+ Pango2LeadingTrim trim,
+ Pango2Rectangle *ink_rect,
+ Pango2Rectangle *logical_rect);