Move GdkDeviceManager to deprecated section
It has been superseded by GdkSeat.
This commit is contained in:
@ -23,7 +23,6 @@
|
|||||||
<xi:include href="xml/gdkdisplay.xml" />
|
<xi:include href="xml/gdkdisplay.xml" />
|
||||||
<xi:include href="xml/gdkscreen.xml" />
|
<xi:include href="xml/gdkscreen.xml" />
|
||||||
<xi:include href="xml/gdkseat.xml" />
|
<xi:include href="xml/gdkseat.xml" />
|
||||||
<xi:include href="xml/gdkdevicemanager.xml" />
|
|
||||||
<xi:include href="xml/gdkdevice.xml" />
|
<xi:include href="xml/gdkdevice.xml" />
|
||||||
<xi:include href="xml/regions.xml" />
|
<xi:include href="xml/regions.xml" />
|
||||||
<xi:include href="xml/pixbufs.xml" />
|
<xi:include href="xml/pixbufs.xml" />
|
||||||
@ -52,6 +51,7 @@
|
|||||||
<reference>
|
<reference>
|
||||||
<title>Deprecated</title>
|
<title>Deprecated</title>
|
||||||
<xi:include href="xml/colors.xml" />
|
<xi:include href="xml/colors.xml" />
|
||||||
|
<xi:include href="xml/gdkdevicemanager.xml" />
|
||||||
</reference>
|
</reference>
|
||||||
|
|
||||||
<index id="api-index-full">
|
<index id="api-index-full">
|
||||||
|
|||||||
@ -138,6 +138,10 @@
|
|||||||
* Devices may also have associated “keys” or
|
* Devices may also have associated “keys” or
|
||||||
* macro buttons. Such keys can be globally set to map into normal X
|
* macro buttons. Such keys can be globally set to map into normal X
|
||||||
* keyboard events. The mapping is set using gdk_device_set_key().
|
* 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,
|
static void gdk_device_manager_set_property (GObject *object,
|
||||||
|
|||||||
Reference in New Issue
Block a user