]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/session-config.h
Load all users only when really needed
[sojka/lightdm.git] / src / session-config.h
index a86dc56d95d1d26e8b89f1f61d00d785bb45f7d1..8a86a5fb6b4214a4104f19ceace45ed06a7d76d8 100644 (file)
@@ -36,15 +36,15 @@ typedef struct
 
 GType session_config_get_type (void);
 
-SessionConfig *session_config_new_from_file (const gchar *filename, GError **error);
+SessionConfig *session_config_new_from_file (const gchar *filename, const gchar *default_session_type, GError **error);
 
 const gchar *session_config_get_command (SessionConfig *config);
 
 const gchar *session_config_get_session_type (SessionConfig *config);
 
-const gchar *session_config_get_desktop_name (SessionConfig *config);
+gchar **session_config_get_desktop_names (SessionConfig *config);
 
-const gchar *session_config_get_compositor_command (SessionConfig *config);
+gboolean session_config_get_allow_greeter (SessionConfig *config);
 
 G_END_DECLS