~josharenson/unity8/slim_greeter_real_lightdm

« back to all changes in this revision

Viewing changes to plugins/Unity/Session/dbusunitysessionservice.h

  • Committer: Josh Arenson
  • Date: 2016-06-29 14:44:41 UTC
  • mfrom: (1789.412.85 unity8)
  • Revision ID: joshua.arenson@canonical.com-20160629144441-du2vd7vu97b2n8pc
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
     * Emitted after the session has been unlocked.
107
107
     */
108
108
    Q_SCRIPTABLE void Unlocked();
 
109
    void unlocked();
109
110
 
110
111
public Q_SLOTS:
111
112
    /**
258
259
     * @return whether the session is currently locked
259
260
     */
260
261
    Q_SCRIPTABLE bool IsLocked() const;
 
262
 
 
263
private Q_SLOTS:
 
264
    void doUnlock();
 
265
 
 
266
private:
 
267
    void switchToGreeter();
261
268
};
262
269
 
263
270
class DBusGnomeSessionManagerWrapper : public UnityDBusObject