dbusinterface: add doc comment for getWindowInfo()

This method was lacking a doc comment, this adds basic context.
This commit is contained in:
Kristen McWilliam 2021-10-27 20:30:51 -04:00 committed by Vlad Zahorodnii
parent da6fbec424
commit 9660f83e30

View file

@ -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: