diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-08-02 11:23:11 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-08-02 11:23:11 +0100 |
commit | a380dd40b6a014beef79ea4676e96853ec6a4a8a (patch) | |
tree | e76e42d7f7d753a39a60e5f380dcb203f1a9c9d4 /pango/fonts.c | |
parent | 7c744bb8a71df1edc0c9751f41bd86ac994ddab5 (diff) | |
download | pango-a380dd40b6a014beef79ea4676e96853ec6a4a8a.tar.gz |
Skip Harfbuzz type getter
Since Harfbuzz does not generate introspection data, we cannot use it
for our introspected ABI.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 2cfab161..2abe504e 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1851,7 +1851,7 @@ pango_font_get_font_map (PangoFont *font) } /** - * pango_font_get_hb_font: + * pango_font_get_hb_font: (skip) * @font: a #PangoFont * * Get a hb_font_t object backing this font. |