summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-27 22:21:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-27 22:21:34 +0000
commitb8ac7818be13e1fcdcef5f09117da15b89553d61 (patch)
treea90275683a94fd15582e1ec8b75f99ee274b8220 /pango/fonts.c
parent25878a0341a8076296ab4ae88ee972641e6f963c (diff)
downloadpango-b8ac7818be13e1fcdcef5f09117da15b89553d61.tar.gz
Produce XML, not SGML.
* docs/*: Produce XML, not SGML. * pango/fonts.c (pango_font_family_list_faces): Docs typo fix. * pango/pango-color.c (pango_color_parse): Fix markup to reduce spurious <link>s.
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 8b0c4e1a..5742e072 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -835,7 +835,7 @@ pango_font_description_from_string (const char *str)
{
desc->size = (int)(size * PANGO_SCALE + 0.5);
desc->mask |= PANGO_FONT_MASK_SIZE;
- last = p;
+ last = p;
}
}
@@ -1322,7 +1322,7 @@ pango_font_family_get_name (PangoFontFamily *family)
/**
* pango_font_family_list_faces:
- * @family: a #PangFontFamily
+ * @family: a #PangoFontFamily
* @faces: location to store an array of pointers to #PangoFontFace
* objects, or %NULL. This array should be freed with g_free()
* when it is no longer needed.