summaryrefslogtreecommitdiff
path: root/gdk/gdkapplaunchcontextprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* gdk: Include gio.h in gdktypes.hBenjamin Otte2017-12-101-1/+0
| | | | | | It's where we include all our external dependencies. This way, we don't have to include it in all headers again and again.
* Drop gdk_app_launch_context_set_screenMatthias Clasen2017-10-301-1/+0
| | | | This function is not necessary, since we already know the display.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Consistently hide class structsMatthias Clasen2010-12-241-0/+7
| | | | | 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/+43
At the same time, move some more class and instance structs out of public headers.