Doc fixes

svn path=/trunk/; revision=21968
This commit is contained in:
Matthias Clasen 2008-12-29 03:22:30 +00:00
parent de1c0176af
commit 72fe9b3be4
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintsettings.c:
* gtk/gtkbindings.c:
* gtk/gtkstyle.c: Doc fixes

View File

@ -1287,9 +1287,9 @@ gtk_print_settings_get_printer_lpi (GtkPrintSettings *settings)
/**
* gtk_print_settings_set_printer_lpi:
* @settings: a #GtkPrintSettings
* @resolution: the resolution in lpi (lines per inch)
* @lpi: the resolution in lpi (lines per inch)
*
* Sets the value of %GTK_PRINT_SETTINGS_PRINTER_LPI
* Sets the value of %GTK_PRINT_SETTINGS_PRINTER_LPI.
*
* Since: 2.16
*/