[gtk+] display: Cosmetic doc changes



commit 5c9ea0cf4fbd5e60e5d3e8ba0a25344e55b9a8f8
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 26 14:05:00 2017 -0500

    display: Cosmetic doc changes

 gdk/gdkdisplay.c |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
index cca05e8..d8b3c05 100644
--- a/gdk/gdkdisplay.c
+++ b/gdk/gdkdisplay.c
@@ -46,27 +46,24 @@
  * @Short_description: Controls a set of monitors and their associated input devices
  * @Title: GdkDisplay
  *
- * #GdkDisplay objects purpose are two fold:
+ * GdkDisplay objects are the GDK representation of a workstation.
  *
- * - To manage and provide information about input devices (pointers and keyboards)
- *
- * - To manage and provide information about output devices (monitors)
- *
- * GdkDisplay objects are the GDK representation of a workstation, consisting
- * of a keyboard, a pointing device (such as a mouse) and one or more screens.
+ * Their purpose are two-fold:
+ * - To manage and provide information about input devices (pointers, keyboards, etc)
+ * - To manage and provide information about output devices (monitors, projectors, etc)
  *
  * Most of the input device handling has been factored out into separate #GdkSeat
  * objects. Every display has a one or more seats, which can be accessed with
  * gdk_display_get_default_seat() and gdk_display_list_seats().
  *
  * Output devices are represented by #GdkMonitor objects, which can be accessed
- * with gdk-display_get_monitor() and similar APIs.
+ * with gdk_display_get_monitor() and similar APIs.
  */
 
 /**
  * GdkDisplay:
  *
- * The GdkDisplay struct contains only private field and should not
+ * The GdkDisplay struct contains only private fields and should not
  * be accessed directly.
  */
 enum


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]