Fix a typo in the docs. (#347032, Kouhei Sutou)

2006-07-10  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
	a typo in the docs.  (#347032, Kouhei Sutou)
This commit is contained in:
Matthias Clasen 2006-07-10 16:30:47 +00:00 committed by Matthias Clasen
parent 310d4367f2
commit b17d65b6d0
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
a typo in the docs. (#347032, Kouhei Sutou)
* gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
that priv->current_page is non-NULL. (#347048, Guillaume
Cottenceau)

View File

@ -1,5 +1,8 @@
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
a typo in the docs. (#347032, Kouhei Sutou)
* gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
that priv->current_page is non-NULL. (#347048, Guillaume
Cottenceau)

View File

@ -312,7 +312,7 @@ gtk_print_context_get_width (GtkPrintContext *context)
* gtk_print_context_get_height:
* @context: a #GtkPrintContext
*
* Obtains the width of the #GtkPrintContext, in pixels.
* Obtains the height of the #GtkPrintContext, in pixels.
*
* Return value: the height of @context
*