]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - src/plymouth.h
Change log backup to enabled by default - this is probably more useful. We explicitly...
[sojka/lightdm.git] / src / plymouth.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 PLYMOUTH_H_
13 #define PLYMOUTH_H_
14
15 #include <glib-object.h>
16
17 G_BEGIN_DECLS
18
19 gboolean plymouth_get_is_running (void);
20
21 gboolean plymouth_get_is_active (void);
22
23 gboolean plymouth_has_active_vt (void);
24
25 void plymouth_deactivate (void);
26
27 void plymouth_quit (gboolean retain_splash);
28
29 G_END_DECLS
30
31 #endif /* PLYMOUTH_H_ */