]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - liblightdm-qt/QLightDM/greeter.h
First pass at reset support
[sojka/lightdm.git] / liblightdm-qt / QLightDM / greeter.h
index 787485f49776e10fa636005d6af5ec9b6ac88f4f..8abf5e9260ba686ca4cc4c0ae4335cdfc94384af 100644 (file)
@@ -79,13 +79,17 @@ public Q_SLOTS:
     void respond(const QString &response);
     void cancelAuthentication();
     void setLanguage (const QString &language);
+    void setResettable (bool resettable);
     bool startSessionSync(const QString &session=QString());
+    QString ensureSharedDataDirSync(const QString &username);
 
 Q_SIGNALS:
     void showMessage(QString text, QLightDM::Greeter::MessageType type);
     void showPrompt(QString text, QLightDM::Greeter::PromptType type);
     void authenticationComplete();
     void autologinTimerExpired();
+    void idle();
+    void reset();
 
 private:
     GreeterPrivate *d_ptr;