]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - liblightdm-gobject/lightdm/system.h
Load all users only when really needed
[sojka/lightdm.git] / liblightdm-gobject / lightdm / system.h
1 /*
2  * Copyright (C) 2010-2011 Robert Ancell.
3  * Author: Robert Ancell <robert.ancell@canonical.com>
4  *
5  * This library is free software; you can redistribute it and/or modify it under
6  * the terms of the GNU Lesser General Public License as published by the Free
7  * Software Foundation; either version 2 or version 3 of the License.
8  * See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
9  */
10
11 #ifndef LIGHTDM_HOSTNAME_H_
12 #define LIGHTDM_HOSTNAME_H_
13
14 #include <glib-object.h>
15
16 G_BEGIN_DECLS
17
18 const gchar *lightdm_get_hostname (void);
19
20 G_END_DECLS
21
22 #endif /* LIGHTDM_HOSTNAME_H_ */