Fix typos in the docs. (#303389, Masao Mutoh)

2005-05-07  Matthias Clasen  <mclasen@redhat.com>

	* gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm)
	(gdk_screen_get_height_mm): Fix typos in the docs.  (#303389,
	Masao Mutoh)
This commit is contained in:
Matthias Clasen
2005-05-08 03:18:09 +00:00
committed by Matthias Clasen
parent 7d25aee8a1
commit 65903c3ae7
4 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm)
(gdk_screen_get_height_mm): Fix typos in the docs. (#303389,
Masao Mutoh)
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted

View File

@@ -1,3 +1,9 @@
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm)
(gdk_screen_get_height_mm): Fix typos in the docs. (#303389,
Masao Mutoh)
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted

View File

@@ -1,3 +1,9 @@
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm)
(gdk_screen_get_height_mm): Fix typos in the docs. (#303389,
Masao Mutoh)
2005-05-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted

View File

@@ -167,7 +167,7 @@ gdk_screen_get_height (GdkScreen *screen)
* Gets the width of @screen in millimeters.
* Note that on some X servers this value will not be correct.
*
* Returns: the width of @screen in pixels.
* Returns: the width of @screen in millimeters.
*
* Since: 2.2
**/
@@ -186,7 +186,7 @@ gdk_screen_get_width_mm (GdkScreen *screen)
* Returns the height of @screen in millimeters.
* Note that on some X servers this value will not be correct.
*
* Returns: the heigth of @screen in pixels.
* Returns: the heigth of @screen in millimeters.
*
* Since: 2.2
**/