diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | pango/pangocairo-fontmap.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2006-01-21 Behdad Esfahbod <behdad@gnome.org> + * pango/pangocairo-fontmap.c (pango_cairo_context_get_font_options): + Fix typo in docs. + +2006-01-21 Behdad Esfahbod <behdad@gnome.org> + * pango/pango-utils.c (pango_matrix_get_font_scale_factor): Fix docs. 2006-01-21 Behdad Esfahbod <behdad@gnome.org> diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index 9e40a1e9..2d0c8452 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -386,7 +386,7 @@ pango_cairo_context_set_font_options (PangoContext *context, } /** - * pango_cairo_get_font_options: + * pango_cairo_context_get_font_options: * @context: a #PangoContext, from pango_cairo_font_map_create_context() * * Retrieves any font rendering options previously set with |