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:
committed by
Matthias Clasen
parent
7d25aee8a1
commit
65903c3ae7
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user