~ci-train-bot/lightdm/lightdm-ubuntu-zesty-1679

« back to all changes in this revision

Viewing changes to src/session-config.h

  • Committer: Robert Ancell
  • Date: 2015-07-28 08:38:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: robert.ancell@canonical.com-20150728083840-0c0rt3j8sl7mwhvo
Support Wayland sessions / greeters

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
GType session_config_get_type (void);
38
38
 
39
 
SessionConfig *session_config_new_from_file (const gchar *filename, GError **error);
 
39
SessionConfig *session_config_new_from_file (const gchar *filename, const gchar *default_session_type, GError **error);
40
40
 
41
41
const gchar *session_config_get_command (SessionConfig *config);
42
42