]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - common/dmrc.h
Load all users only when really needed
[sojka/lightdm.git] / common / dmrc.h
1 /*
2  * Copyright (C) 2010-2011 Robert Ancell.
3  * Author: Robert Ancell <robert.ancell@canonical.com>
4  * 
5  * This program is free software: you can redistribute it and/or modify it under
6  * the terms of the GNU General Public License as published by the Free Software
7  * Foundation, either version 3 of the License, or (at your option) any later
8  * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
9  * license.
10  */
11
12 #ifndef DMRC_H_
13 #define DMRC_H_
14
15 #include <glib.h>
16 #include "user-list.h"
17
18 G_BEGIN_DECLS
19
20 GKeyFile *dmrc_load (CommonUser *user);
21
22 void dmrc_save (GKeyFile *dmrc_file, CommonUser *user);
23
24 G_END_DECLS
25
26 #endif /* DMRC_H_ */