Stop talking about GdkScreen in the docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Nov 2017 22:19:34 +0000 (18:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Nov 2017 23:44:28 +0000 (19:44 -0400)
This api is going away.

gdk/gdkdisplay.c

index a3a2fd75b0ced5500be0a1ad7deef11afeca945b..47eb0b78f776f4925c5e446fd34e9d25032f2b60 100644 (file)
 
 /**
  * SECTION:gdkdisplay
- * @Short_description: Controls a set of GdkScreens and their associated input devices
+ * @Short_description: Controls a set of monitors and their associated input devices
  * @Title: GdkDisplay
  *
  * #GdkDisplay objects purpose are two fold:
  *
  * - To manage and provide information about input devices (pointers and keyboards)
  *
- * - To manage and provide information about the available #GdkScreens
+ * - To manage and provide information about the available #GdkMonitors
  *
  * GdkDisplay objects are the GDK representation of an X Display,
  * which can be described as a workstation consisting of
  * a keyboard, a pointing device (such as a mouse) and one or more
  * screens.
- * It is used to open and keep track of various GdkScreen objects
+ * It is used to open and keep track of various GdkMonitor objects
  * currently instantiated by the application. It is also used to
  * access the keyboard(s) and mouse pointer(s) of the display.
  *