mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Fix a typo in the docs. (#347041, Kouhei Sutou)
2006-07-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a typo in the docs. (#347041, Kouhei Sutou)
This commit is contained in:
parent
c2491d3e54
commit
5fc2f79c4f
@ -1,5 +1,8 @@
|
||||
2006-07-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a
|
||||
typo in the docs. (#347041, Kouhei Sutou)
|
||||
|
||||
* gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
|
||||
a typo in the docs. (#347032, Kouhei Sutou)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-07-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a
|
||||
typo in the docs. (#347041, Kouhei Sutou)
|
||||
|
||||
* gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
|
||||
a typo in the docs. (#347032, Kouhei Sutou)
|
||||
|
||||
|
@ -410,7 +410,7 @@ gtk_paper_size_free (GtkPaperSize *size)
|
||||
/**
|
||||
* gtk_paper_size_is_equal:
|
||||
* @size1: a #GtkPaperSize object
|
||||
* @size2: another @GtkPaperSize object
|
||||
* @size2: another #GtkPaperSize object
|
||||
*
|
||||
* Compares two #GtkPaperSize objects.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user