~lavalanche/unity/MultiMonitorTrackerFix

« back to all changes in this revision

Viewing changes to UnityCore/GnomeSessionManager.h

  • Committer: Bileto Bot
  • Author(s): Andrea Azzarone
  • Date: 2017-01-09 15:09:26 UTC
  • mfrom: (4213.2.5 lock-autologin)
  • Revision ID: ci-train-bot@canonical.com-20170109150926-iyydp7i6b2srpv0p
Keep the screen locked if rebooting with autologin. (LP: #1600389)

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  std::string UserName() const;
38
38
  std::string HostName() const;
39
39
  void UserIconFile(std::function<void(std::string const&)> const&) const;
 
40
  bool AutomaticLogin() const;
40
41
 
41
42
  void ScreenSaverActivate();
42
43
  void ScreenSaverDeactivate();