summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-23 16:23:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-25 11:04:14 -0500
commita4cd4535dc671f06ba24f5948666ea452ed8f25c (patch)
tree4ac747c00225040d12a834f3d502c03b7695ed49 /gdk/gdkdevice.h
parent480ea400f311620c69ff0e018b43393f4c1df0f0 (diff)
downloadgtk+-a4cd4535dc671f06ba24f5948666ea452ed8f25c.tar.gz
Don't mention GdkDeviceManager in docs
It is going away.
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r--gdk/gdkdevice.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index b86f5ca409..28a0c2072e 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -93,10 +93,9 @@ typedef enum
* be an associated focus indicator on the screen.
* @GDK_DEVICE_TYPE_SLAVE: Device is a slave (or physical) device.
* @GDK_DEVICE_TYPE_FLOATING: Device is a physical device, currently not attached to
- * any virtual device.
+ * any seat.
*
- * Indicates the device type. See [above][GdkDeviceManager.description]
- * for more information about the meaning of these device types.
+ * Indicates the device type.
*/
typedef enum {
GDK_DEVICE_TYPE_MASTER,