Improve wording of the docs, avoid the term "virtual screen". (#119030,
2003-08-03 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid the term "virtual screen". (#119030, Tor Lillquist)
This commit is contained in:
parent
0df78ed774
commit
ee18c33dc9
@ -1,3 +1,9 @@
|
||||
2003-08-03 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors):
|
||||
(gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid the
|
||||
term "virtual screen". (#119030, Tor Lillquist)
|
||||
|
||||
2003-08-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testtext.c (test_init):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-08-03 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors):
|
||||
(gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid the
|
||||
term "virtual screen". (#119030, Tor Lillquist)
|
||||
|
||||
2003-08-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testtext.c (test_init):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-08-03 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors):
|
||||
(gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid the
|
||||
term "virtual screen". (#119030, Tor Lillquist)
|
||||
|
||||
2003-08-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testtext.c (test_init):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-08-03 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors):
|
||||
(gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid the
|
||||
term "virtual screen". (#119030, Tor Lillquist)
|
||||
|
||||
2003-08-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testtext.c (test_init):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-08-03 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors):
|
||||
(gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid the
|
||||
term "virtual screen". (#119030, Tor Lillquist)
|
||||
|
||||
2003-08-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testtext.c (test_init):
|
||||
|
@ -322,10 +322,9 @@ gdk_screen_x11_finalize (GObject *object)
|
||||
* gdk_screen_get_n_monitors:
|
||||
* @screen: a #GdkScreen.
|
||||
*
|
||||
* Returns the number of monitors being part of the virtual screen
|
||||
* Returns the number of monitors which @screen consists of.
|
||||
*
|
||||
* Returns: number of monitors part of the virtual screen or
|
||||
* 0 if @screen is not in virtual screen mode.
|
||||
* Returns: number of monitors which @screen consists of.
|
||||
*
|
||||
* Since: 2.2
|
||||
**/
|
||||
@ -343,11 +342,10 @@ gdk_screen_get_n_monitors (GdkScreen *screen)
|
||||
* @monitor_num: the monitor number.
|
||||
* @dest : a #GdkRectangle to be filled with the monitor geometry
|
||||
*
|
||||
* Retrieves the #GdkRectangle representing the size and start
|
||||
* coordinates of the individual monitor within the the entire virtual
|
||||
* screen.
|
||||
* Retrieves the #GdkRectangle representing the size and position of
|
||||
* the individual monitor within the the entire screen area.
|
||||
*
|
||||
* Note that the virtual screen coordinates can be retrieved via
|
||||
* Note that the size of the entire screen area can be retrieved via
|
||||
* gdk_screen_get_width() and gdk_screen_get_height().
|
||||
*
|
||||
* Since: 2.2
|
||||
|
Loading…
Reference in New Issue
Block a user