summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicemanagerprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop GdkDeviceManager entirelyMatthias Clasen2017-11-251-45/+0
| | | | Nothing uses it anymore.
* Drop the GdkDeviceManager::display propertyMatthias Clasen2017-11-251-3/+0
| | | | | Move this to the backends, and stop deriving from GdkDeviceManager.
* Remove the get_client_pointer vfuncMatthias Clasen2017-11-251-3/+0
|
* Drop the list_devices vfuncMatthias Clasen2017-11-251-2/+0
| | | | We no longer have api that uses this.
* gdk: Drop devicemanager signalsMatthias Clasen2017-11-251-8/+0
| | | | Nobody is emitting them anymore.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Fix up GDK docsMatthias Clasen2010-12-251-0/+1
|
* Consistently hide class structsMatthias Clasen2010-12-241-0/+8
| | | | | And, since we've decided to keep the structs private, there is no point in having the standard GObject clas macros anymore either.
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-0/+54
At the same time, move some more class and instance structs out of public headers.