forked from AuroraMiddleware/gtk
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:
parent
310d4367f2
commit
b17d65b6d0
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user