diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-12 16:59:00 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-12 17:50:35 -0400 |
commit | c603bbe9d8c1a9907fd07913dbec28c8fa5212a1 (patch) | |
tree | 0c1f2472e9b3dd1ae93a2fe03b98ec3075e407c6 /pango/pango-font.h | |
parent | 090398e8c473e755cbd8da9269739a20e2f1e4af (diff) | |
download | pango-c603bbe9d8c1a9907fd07913dbec28c8fa5212a1.tar.gz |
docs: Fix parameter name mismatches
gtk-doc doesn't like these.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index e053875b..fd5d7df4 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -281,10 +281,10 @@ PangoGravity pango_font_description_get_gravity (const PangoFontDe PANGO_AVAILABLE_IN_1_42 void pango_font_description_set_variations_static (PangoFontDescription *desc, - const char *settings); + const char *variations); PANGO_AVAILABLE_IN_1_42 void pango_font_description_set_variations (PangoFontDescription *desc, - const char *settings); + const char *variations); PANGO_AVAILABLE_IN_1_42 const char *pango_font_description_get_variations (const PangoFontDescription *desc) G_GNUC_PURE; @@ -486,7 +486,7 @@ PangoFontMap *pango_font_get_font_map (PangoFont *font); PANGO_AVAILABLE_IN_1_44 gboolean pango_font_covers (PangoFont *font, - gunichar unichar); + gunichar wc); PANGO_AVAILABLE_IN_1_44 void pango_font_get_features (PangoFont *font, hb_feature_t *features, |