summaryrefslogtreecommitdiff
path: root/libgdm/gdm-client.h
Commit message (Collapse)AuthorAgeFilesLines
* client: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-231-25/+2
| | | | This also gets rid of the deprecated `g_type_class_add_private()`
* Generate autocleanup definitions in libgdmRobert Ancell2017-12-051-0/+4
|
* libgdm: add api for getting at ChoiceList interfaceRay Strode2017-10-201-0/+4
| | | | | | This provides gnome-shell with a way to use the new interface. https://bugzilla.gnome.org/show_bug.cgi?id=788851
* libgdm: move out of gui/ directoryRay Strode2013-12-161-0/+123
libgdm isn't a UI, so it's weird to be in a directory called GUI. This commit moves it up a layer.