diff options
author | Matijs van Zuijlen <matijs@matijs.net> | 2017-04-27 18:29:24 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-27 17:42:00 -0400 |
commit | fd7d30b646ba0e2a7b08ac774c2216ec3ed805dd (patch) | |
tree | 30c3bb752df8afc142e1673a94cca4332733f73a /pango | |
parent | c4619480e536e393e2d4a8e26a6ceb5af1fe80e3 (diff) | |
download | pango-fd7d30b646ba0e2a7b08ac774c2216ec3ed805dd.tar.gz |
Fix parameter name to match implementation
https://bugzilla.gnome.org/show_bug.cgi?id=781857
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index cdc07cd0..a9702954 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -609,9 +609,9 @@ struct _PangoFontClass PangoFontDescription *(*describe) (PangoFont *font); PangoCoverage * (*get_coverage) (PangoFont *font, - PangoLanguage *lang); + PangoLanguage *language); PangoEngineShape * (*find_shaper) (PangoFont *font, - PangoLanguage *lang, + PangoLanguage *language, guint32 ch); void (*get_glyph_extents) (PangoFont *font, PangoGlyph glyph, |