summaryrefslogtreecommitdiff
path: root/pango/pango-font.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-font.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-font.h')
-rw-r--r--pango/pango-font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 1fbade27..76aa59a1 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -561,10 +561,12 @@ PangoFontDescription *pango_font_describe_with_absolute_size (PangoFont *
PANGO_AVAILABLE_IN_ALL
PangoCoverage * pango_font_get_coverage (PangoFont *font,
PangoLanguage *language);
+#ifndef __GI_SCANNER__
PANGO_DEPRECATED_IN_1_44
PangoEngineShape * pango_font_find_shaper (PangoFont *font,
PangoLanguage *language,
guint32 ch);
+#endif
PANGO_AVAILABLE_IN_ALL
PangoFontMetrics * pango_font_get_metrics (PangoFont *font,
PangoLanguage *language);