forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
ce16af5a93
commit
51881768c4
@ -1,5 +1,8 @@
|
||||
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)
|
||||
|
||||
* configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
|
||||
|
||||
* gtk/gtktoggleaction.c (connect_proxy): Be more careful when
|
||||
|
@ -1,5 +1,8 @@
|
||||
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)
|
||||
|
||||
* configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
|
||||
|
||||
* gtk/gtktoggleaction.c (connect_proxy): Be more careful when
|
||||
|
@ -1,5 +1,8 @@
|
||||
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)
|
||||
|
||||
* configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
|
||||
|
||||
* gtk/gtktoggleaction.c (connect_proxy): Be more careful when
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user