diff options
author | Carl Worth <cworth@cworth.org> | 2008-04-06 03:09:45 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-06 03:09:45 -0700 |
commit | 3f5ce00e99bcbb17594441301ad0845007d0aedf (patch) | |
tree | 9591a03330473a0f1b4fb7fff147a81b295d5478 /src/cairo.c | |
parent | c08e2ba974ad7f5d9343d0d815a00a8e9ad51f81 (diff) |
Add missing parens() to function name in gtk-doc comment
Diffstat (limited to 'src/cairo.c')
-rw-r--r-- | src/cairo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo.c b/src/cairo.c index 346f0901..a7073d0f 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -2607,7 +2607,7 @@ cairo_copy_clip_rectangle_list (cairo_t *cr) * example, if you are using the freetype-based cairo-ft font backend, * see cairo_ft_font_face_create_for_ft_face() or * cairo_ft_font_face_create_for_pattern().) The resulting font face - * could then be used with cairo_scaled_font_create and + * could then be used with cairo_scaled_font_create() and * cairo_set_scaled_font(). * * Similarly, when using the "real" font support, you can call |