~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/display.h

  • Committer: robert.ancell at canonical
  • Date: 2011-02-12 02:09:07 UTC
  • Revision ID: robert.ancell@canonical.com-20110212020907-fhamcw5z5rmbq1ip
Correctly pass LANG and LANGUAGE through to the session

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
// FIXME: Make greeter its own object?
97
97
 
98
 
gboolean display_connect (Display *display, const gchar **theme, const gchar **language, const gchar **layout, const gchar **session, const gchar **username, gint *delay, GError *error);
 
98
gboolean display_connect (Display *display, const gchar **theme, const gchar **layout, const gchar **session, const gchar **username, gint *delay, GError *error);
99
99
 
100
100
gboolean display_start_authentication (Display *display, const gchar *username, DBusGMethodInvocation *context);
101
101