summary refs log tree commit diff
path: root/src/dbus/NhekoDBusBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/NhekoDBusBackend.h')
-rw-r--r--src/dbus/NhekoDBusBackend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus/NhekoDBusBackend.h b/src/dbus/NhekoDBusBackend.h
index 6fb9dd72..83562da2 100644
--- a/src/dbus/NhekoDBusBackend.h
+++ b/src/dbus/NhekoDBusBackend.h
@@ -37,6 +37,8 @@ public slots:
     //! Starts or activates a direct chat. It is your responsibility to ask for confirmation (if
     //! desired).
     Q_SCRIPTABLE void directChat(const QString &userId) const;
+    //! Sets the user's status message.
+    Q_SCRIPTABLE void setStatusMessage(const QString &message);
 
 private:
     void bringWindowToTop() const;