diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-15 21:06:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | af4a7f6d8ba850562b3dc675a11ca709fdd3c171 (patch) | |
tree | 494e0ae5defc220b4fd21e9f73c4d40d410c5557 /pango/pango-font.h | |
parent | 6aa38752f9a8b5cbe39439d689bdb1ede9ee0a77 (diff) | |
download | pango-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.h | 2 |
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); |