~3v1n0/unity/use-scaling-ubuntu-schemas-settings

« back to all changes in this revision

Viewing changes to UnityCore/SessionManager.h

  • Committer: Andrea Azzarone
  • Date: 2013-12-28 17:34:36 UTC
  • mto: (3566.5.438 unity)
  • mto: This revision was merged to the branch mainline in revision 3703.
  • Revision ID: azzaronea@gmail.com-20131228173436-jqschonskxaj5xx3
Initial commit for the unity lockscreen. UserAuthenticator added with tests too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  Manager& operator=(const Manager&) = delete;
58
58
 
59
59
  sigc::signal<void, bool /* inhibitors */> logout_requested;
 
60
  sigc::signal<void> lock_requested;
 
61
  sigc::signal<void> unlock_requested;
60
62
  sigc::signal<void, bool /* inhibitors */> reboot_requested;
61
63
  sigc::signal<void, bool /* inhibitors */> shutdown_requested;
62
64