summaryrefslogtreecommitdiff
path: root/src/greeter-session.c
Commit message (Expand)AuthorAgeFilesLines
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-301-10/+12
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-301-3/+1
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-121-13/+9
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-111-1/+1
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-7/+6
* Allow greeters to run in-sessionRobert Ancell2016-06-281-11/+31
* Be more careful about initialized fdsMichael Terry2016-06-081-6/+0
* Refactor GreeterSession and Greeter into separate modules. This is to allow i...Robert Ancell2016-05-191-0/+108