Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
5c9ea0cf
Commit
5c9ea0cf
authored
Dec 26, 2017
by
Matthias Clasen
Browse files
display: Cosmetic doc changes
parent
5ec25cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/gdkdisplay.c
View file @
5c9ea0cf
...
...
@@ -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 field
s
and should not
* be accessed directly.
*/
enum
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment