From 01d20b79daf0abe0f69ccec4ecd5122c5bfe9a4e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 23 Jan 2009 10:09:37 +0000 Subject: [PATCH] [scaled-font] Fix up syntax in doc comments The old NULL vs %NULL conflict. --- src/cairo-scaled-font-subsets-private.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/cairo-scaled-font-subsets-private.h b/src/cairo-scaled-font-subsets-private.h index 00344ae58..6eb6ce0f0 100644 --- a/src/cairo-scaled-font-subsets-private.h +++ b/src/cairo-scaled-font-subsets-private.h @@ -640,8 +640,9 @@ _cairo_truetype_index_to_ucs4 (cairo_scaled_font_t *scaled_font, /** * _cairo_truetype_read_font_name: * @scaled_font: the #cairo_scaled_font_t - * @ps_name: returns the PostScript name of the font or NULL if the name could not be found. - * @font_name: returns the font name or NULL if the name could not be found. + * @ps_name: returns the PostScript name of the font + * or %NULL if the name could not be found. + * @font_name: returns the font name or %NULL if the name could not be found. * * If possible (depending on the format of the underlying * #cairo_scaled_font_t and the font backend in use) read the @@ -659,8 +660,8 @@ _cairo_truetype_index_to_ucs4 (cairo_scaled_font_t *scaled_font, **/ cairo_private cairo_int_status_t _cairo_truetype_read_font_name (cairo_scaled_font_t *scaled_font, - char **ps_name, - char **font_name); + char **ps_name, + char **font_name); #endif /* CAIRO_HAS_FONT_SUBSET */