summaryrefslogtreecommitdiff
path: root/daemon/test-session-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard exit codes.Robert Ancell2017-10-031-7/+7
| | | | | | | | | Use EXIT_ defines for readibility. There were some exit codes > 1, but they don't seem to be checked by any of the parent process code. This does mean that the logs might have changed, but modern logging techniques have probably made this obsolete. https://bugzilla.gnome.org/show_bug.cgi?id=788307
* get rid of references to slavesRay Strode2015-10-271-2/+2
| | | | | | | | I really don't want $ git grep slave to return hits.
* Drop calls to g_type_init()/g_thread_init()Colin Walters2012-12-031-2/+0
| | | | | | Both are deprecated and no longer necessary. https://bugzilla.gnome.org/show_bug.cgi?id=689569
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
| | | | Fix bug 683383.
* daemon: add greeter test programGiovanni Campagna2012-07-171-0/+259
This commit adds a small test program that excerises the new interface for connecting to GDM.