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:
committed by
Matthias Clasen
parent
310d4367f2
commit
b17d65b6d0
@ -1,5 +1,8 @@
|
|||||||
2006-07-10 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
|
||||||
that priv->current_page is non-NULL. (#347048, Guillaume
|
that priv->current_page is non-NULL. (#347048, Guillaume
|
||||||
Cottenceau)
|
Cottenceau)
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2006-07-10 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
|
||||||
that priv->current_page is non-NULL. (#347048, Guillaume
|
that priv->current_page is non-NULL. (#347048, Guillaume
|
||||||
Cottenceau)
|
Cottenceau)
|
||||||
|
|||||||
@ -312,7 +312,7 @@ gtk_print_context_get_width (GtkPrintContext *context)
|
|||||||
* gtk_print_context_get_height:
|
* gtk_print_context_get_height:
|
||||||
* @context: a #GtkPrintContext
|
* @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
|
* Return value: the height of @context
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user