diff --git a/src/dbusinterface.h b/src/dbusinterface.h index 73e5e362cc..52c29a216c 100644 --- a/src/dbusinterface.h +++ b/src/dbusinterface.h @@ -61,6 +61,14 @@ public Q_SLOTS: // METHODS Q_NOREPLY void replace(); QVariantMap queryWindowInfo(); + + /** + * Returns a map with information about the window. + * + * The map includes entries such as position, size, status, and more. + * + * @param uuid is a QUuid from Toplevel::internalId(). + */ QVariantMap getWindowInfo(const QString &uuid); private Q_SLOTS: