summaryrefslogtreecommitdiff
path: root/pango/pango-item.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-15 21:06:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commitaf4a7f6d8ba850562b3dc675a11ca709fdd3c171 (patch)
tree494e0ae5defc220b4fd21e9f73c4d40d410c5557 /pango/pango-item.h
parent6aa38752f9a8b5cbe39439d689bdb1ede9ee0a77 (diff)
downloadpango-af4a7f6d8ba850562b3dc675a11ca709fdd3c171.tar.gz
Drop some useless things from the gir
We don't need the deprecated and useless module and engine types in the gir and the docs.
Diffstat (limited to 'pango/pango-item.h')
-rw-r--r--pango/pango-item.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-item.h b/pango/pango-item.h
index 9c02a45a..638f970a 100644
--- a/pango/pango-item.h
+++ b/pango/pango-item.h
@@ -77,8 +77,13 @@ typedef struct _PangoItem PangoItem;
*/
struct _PangoAnalysis
{
+#ifndef __GI_SCANNER__
PangoEngineShape *shape_engine;
PangoEngineLang *lang_engine;
+#else
+ gpointer shape_engine;
+ gpointer lang_engine;
+#endif
PangoFont *font;
guint8 level;