summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/LightDM-1-custom.vala
blob: 85d303474fdd5da99eab362cbbb7e42d7cf7edb4 (plain)
1
2
3
4
5
6
namespace LightDM {
	[CCode (type_id = "lightdm_user_list_get_type ()")]
	public class UserList : GLib.Object {
		public unowned GLib.List<LightDM.User> users { get; }
	}
}