summaryrefslogtreecommitdiff
path: root/gnome-session/gsm-dbus-client.c
Commit message (Expand)AuthorAgeFilesLines
* gnome-session: fix uninitialzed variable warningsMaxime Villard2013-08-211-1/+1
* client: Use the correct GsmClientEndSessionFlag type for flagsBastien Nocera2013-01-241-6/+6
* Drop gsm-marshal.list, use g_cclosure_marshal_genericColin Walters2012-10-281-1/+0
* gsm, capplet: Do not define IS_STRING_EMPTY in multiple placesVincent Untz2010-11-291-2/+1
* [gsm] Fix typo in error messageVincent Untz2009-10-011-1/+1
* s/gdm_client_end_session_response/gsm_client_end_session_response/gVincent Untz2009-03-241-1/+1
* Allow clients to specify that they want to be ended last (this mainlyVincent Untz2009-03-241-1/+1
* Allow an interacting app to cancel the logout.Vincent Untz2009-03-241-1/+2
* Merge branch 'session-saving'Lucas Almeida Rocha2009-02-241-0/+14
* Add patch from Tim Kosse to address issue with multiple clients trying toRay Strode2008-12-081-0/+6
* Fix some warnings from sparse and other tools. Closes bug #521413Kjartan Maraas2008-08-161-2/+1
* Make QES,ES,CES return errors. Check to make sure that connection is validWilliam Jon McCann2008-08-131-8/+72
* DBus forces us to not use NULL strings for properties. Would be nice ifWilliam Jon McCann2008-07-301-1/+4
* Add GetUnixProcessId to Client interface.William Jon McCann2008-07-301-0/+91
* Add introspection info to Inhibitor. Fix a few refcounting problems.William Jon McCann2008-07-291-9/+16
* Remove some obsolete signals.William Jon McCann2008-07-291-68/+1
* Fix the minimum value for guint property.William Jon McCann2008-07-291-84/+177
* Rename the introspection docs. Remove the dbus-glib stuff from theWilliam Jon McCann2008-07-291-4/+1
* Add client introspection info. Fix the inhibitor methods.William Jon McCann2008-07-291-3/+3
* Add support for legacy restart style hints from clients.William Jon McCann2008-07-181-6/+14
* Send cancellation to all clients. Cancel JIT inhibitors.William Jon McCann2008-07-171-4/+25
* Try to get something like an app-id for XSMP clients to display info inWilliam Jon McCann2008-07-171-0/+8
* Fix up some missed property names. Hook up query-end-session stuff forWilliam Jon McCann2008-07-161-2/+67
* Rename client-id to startup-id to distinguish from Client's ID. StartWilliam Jon McCann2008-07-161-1/+67
* Add QueryEndSession and EndSession methods and signals.William Jon McCann2008-07-151-1/+97
* Drop ServiceClient for now. Move MethodClient stuff into DBusClient.William Jon McCann2008-07-151-1/+15
* Unicast the stop signal to the client.William Jon McCann2008-07-151-0/+53
* Make inhibit work for shutdown, reboot, suspend, hibernate.William Jon McCann2008-06-251-1/+0
* Add dbus method client support. Add test client. Fix up restart handling.William Jon McCann2008-06-181-0/+34
* Stub out some dbus based client classes. Make the GsmClient class moreWilliam Jon McCann2008-06-171-0/+128