diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-16 19:37:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-16 19:37:34 +0000 |
commit | 51881768c4ddddca213ba72f203a1cc6ef51bc0f (patch) | |
tree | 6dbe5149f6435afdafe60bb9ba87ddb4e24db308 /gdk | |
parent | ce16af5a9319576e6370f756ed1cbaf12db63e0c (diff) | |
download | gdk-pixbuf-51881768c4ddddca213ba72f203a1cc6ef51bc0f.tar.gz |
Fix a typo in the docs. (#303940, Masao Mutoh)
2005-05-16 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkpango.c (gdk_pango_renderer_get_default): Fix a typo
in the docs. (#303940, Masao Mutoh)
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdkpango.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 8ade753e1..52dcfebd4 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -559,7 +559,7 @@ on_renderer_display_closed (GdkDisplay *display, * by functions such as gdk_draw_layout(). * * Before using the renderer, you need to call gdk_pango_renderer_set_drawable() - * and gdk_pango_renderer_set_drawable() to set the drawable and graphics context + * and gdk_pango_renderer_set_gc() to set the drawable and graphics context * to use for drawing. * * Return value: the default #PangoRenderer for @screen. The |