diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-09-30 11:45:03 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-09-30 11:45:03 +0100 |
commit | 4f529e03c77a98fa8ab3d7c939e79e6f2bf32577 (patch) | |
tree | e0acc3b6f87384f1368f865ecd5331c871158f37 /pango/pangofc-font.c | |
parent | 60499b0b524e2c626970e5b5e71f5abf7e5c690b (diff) | |
download | pango-4f529e03c77a98fa8ab3d7c939e79e6f2bf32577.tar.gz |
Skip a pangofc accessor
The handwritten fontconfig introspection data does not cover all types,
and even if it did, it wouldn't know how to handle their ownership
because fontconfig is not a GObject-based API.
Diffstat (limited to 'pango/pangofc-font.c')
-rw-r--r-- | pango/pangofc-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c index 01520cb4..cf6b427f 100644 --- a/pango/pangofc-font.c +++ b/pango/pangofc-font.c @@ -1069,7 +1069,7 @@ pango_fc_font_get_languages (PangoFcFont *font) } /** - * pango_fc_font_get_pattern: + * pango_fc_font_get_pattern: (skip) * @font: a #PangoFcFont * * Returns the FcPattern that @font is based on. |