summaryrefslogtreecommitdiff
path: root/src/cairo-ft.h
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-03 23:31:25 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:29 +0100
commit6ce412e15a22db588a9fe690724d6bee64fdb667 (patch)
tree0756f00f22e78dfc86986052588612b4019a0f51 /src/cairo-ft.h
parentb42270a3f14774c6557d798b8cc4c310785f4e70 (diff)
downloadcairo-6ce412e15a22db588a9fe690724d6bee64fdb667.tar.gz
doc: symbol names in header and comment must match
The names of the function arguments in the function prototype and in the description comment must match, otherwise gtk-doc is confused. When the argument names differ between function prototype and definition, use the names from the prototype. Also add a missing colon. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-ft.h')
-rw-r--r--src/cairo-ft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-ft.h b/src/cairo-ft.h
index 1006727b0..44344b7ac 100644
--- a/src/cairo-ft.h
+++ b/src/cairo-ft.h
@@ -83,11 +83,11 @@ typedef enum {
cairo_public void
cairo_ft_font_face_set_synthesize (cairo_font_face_t *font_face,
- unsigned int flags);
+ unsigned int synth_flags);
cairo_public void
cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face,
- unsigned int flags);
+ unsigned int synth_flags);
cairo_public unsigned int
cairo_ft_font_face_get_synthesize (cairo_font_face_t *font_face);