summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-08-03 20:50:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-08-03 20:50:58 +0000
commitee18c33dc99495f4489096d9c04968641cabb567 (patch)
treecaffbea1dd23f5cb116caf3a193cc08e956b859a /gdk
parent0df78ed774d18bb9ee9676cfb79a00eccbee741c (diff)
downloadgdk-pixbuf-ee18c33dc99495f4489096d9c04968641cabb567.tar.gz
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)
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkscreen-x11.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
index 16c650cad..1def110d4 100644
--- a/gdk/x11/gdkscreen-x11.c
+++ b/gdk/x11/gdkscreen-x11.c
@@ -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