diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-08-31 20:03:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-08-31 20:03:53 +0000 |
commit | 4db5cc354ea6da6442f1c6a97f9558e673973e1a (patch) | |
tree | 10ec236050627a8bae719d5777e6bb62222e0357 /pango/pangox-fontmap.c | |
parent | 6cdb64cdd677555296f51f02155974175db73c2d (diff) | |
download | pango-4db5cc354ea6da6442f1c6a97f9558e673973e1a.tar.gz |
Minor doc syntax update.
2006-08-31 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-layout.c, pango/pangox-fontmap.c, pango/pangox.c:
Minor doc syntax update.
Diffstat (limited to 'pango/pangox-fontmap.c')
-rw-r--r-- | pango/pangox-fontmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangox-fontmap.c b/pango/pangox-fontmap.c index c6f14fb8..45637b6b 100644 --- a/pango/pangox-fontmap.c +++ b/pango/pangox-fontmap.c @@ -938,7 +938,7 @@ pango_x_font_map_read_aliases (PangoXFontMap *xfontmap) } /* - * Returns TRUE if the fontname is a valid XLFD. + * Returns %TRUE if the fontname is a valid XLFD. * (It just checks if the number of dashes is 14, and that each * field < XLFD_MAX_FIELD_LEN characters long - that's not in the XLFD but it * makes it easier for me). @@ -1020,8 +1020,8 @@ pango_x_get_identifier (const char *fontname) /* * This fills the buffer with the specified field from the X Logical Font - * Description name, and returns it. If fontname is NULL or the field is - * longer than XFLD_MAX_FIELD_LEN it returns NULL. + * Description name, and returns it. If fontname is %NULL or the field is + * longer than XFLD_MAX_FIELD_LEN it returns %NULL. * Note: For the charset field, we also return the encoding, e.g. 'iso8859-1'. */ static char* |