aboutsummaryrefslogtreecommitdiffstats
path: root/smclient/eggsmclient.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 676141 - Use GtkApplication for session managementMatthew Barnes2012-10-161-117/+0
| | | | | As of GTK+ 3.4, GtkApplication now provides session management support similar to EggSMClient. So drop our copy of EggSMClient.
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-1/+2
|
* Fix excessive whitespace.Matthew Barnes2009-07-141-6/+5
|
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-111-0/+117
The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used.