summaryrefslogtreecommitdiff
path: root/pango/pango-attributes-private.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-attributes-private.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-attributes-private.h')
-rw-r--r--pango/pango-attributes-private.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/pango/pango-attributes-private.h b/pango/pango-attributes-private.h
index 181fe98d..ef1ab2c3 100644
--- a/pango/pango-attributes-private.h
+++ b/pango/pango-attributes-private.h
@@ -21,16 +21,16 @@
#include "pango-attributes.h"
-gboolean pango_attribute_affects_itemization (PangoAttribute *attr,
- gpointer data);
-gboolean pango_attribute_affects_break_or_shape (PangoAttribute *attr,
- gpointer data);
+gboolean pango2_attribute_affects_itemization (Pango2Attribute *attr,
+ gpointer data);
+gboolean pango2_attribute_affects_break_or_shape (Pango2Attribute *attr,
+ gpointer data);
typedef struct {
- PangoRectangle ink_rect;
- PangoRectangle logical_rect;
+ Pango2Rectangle ink_rect;
+ Pango2Rectangle logical_rect;
gpointer data;
- PangoAttrDataCopyFunc copy;
+ Pango2AttrDataCopyFunc copy;
GDestroyNotify destroy;
} ShapeData;