]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/dmrc.h
Have seat listen to greeter active username
[sojka/lightdm.git] / src / 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
17 G_BEGIN_DECLS
18
19 GKeyFile *dmrc_load (const gchar *username);
20
21 void dmrc_save (GKeyFile *dmrc_file, const gchar *username);
22
23 G_END_DECLS
24
25 #endif /* DMRC_H_ */