Move GdkDeviceManager to deprecated section

It has been superseded by GdkSeat.
This commit is contained in:
Matthias Clasen 2016-04-03 23:39:18 -04:00
parent 8ef12fda83
commit 2f0354fcf9
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,6 @@
<xi:include href="xml/gdkdisplay.xml" />
<xi:include href="xml/gdkscreen.xml" />
<xi:include href="xml/gdkseat.xml" />
<xi:include href="xml/gdkdevicemanager.xml" />
<xi:include href="xml/gdkdevice.xml" />
<xi:include href="xml/regions.xml" />
<xi:include href="xml/pixbufs.xml" />
@ -52,6 +51,7 @@
<reference>
<title>Deprecated</title>
<xi:include href="xml/colors.xml" />
<xi:include href="xml/gdkdevicemanager.xml" />
</reference>
<index id="api-index-full">

View File

@ -138,6 +138,10 @@
* Devices may also have associated keys or
* macro buttons. Such keys can be globally set to map into normal X
* keyboard events. The mapping is set using gdk_device_set_key().
*
* In GTK+ 3.20, a new #GdkSeat object has been introduced that
* supersedes #GdkDeviceManager and should be preferred in newly
* written code.
*/
static void gdk_device_manager_set_property (GObject *object,