~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/display.h

  • Committer: robert.ancell at canonical
  • Date: 2010-08-23 05:21:13 UTC
  • Revision ID: robert.ancell@canonical.com-20100823052113-qvlggtumxgb95j44
Connect up SwitchToUser()

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
const gchar *display_get_greeter_user (Display *display);
54
54
 
 
55
const gchar *display_get_session_user (Display *display);
 
56
 
55
57
void display_set_greeter_theme (Display *display, const gchar *greeter_theme);
56
58
 
57
59
const gchar *display_get_greeter_theme (Display *display);