dbusinterface: add doc comment for getWindowInfo()
This method was lacking a doc comment, this adds basic context.
This commit is contained in:
parent
da6fbec424
commit
9660f83e30
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ public Q_SLOTS: // METHODS
|
||||||
Q_NOREPLY void replace();
|
Q_NOREPLY void replace();
|
||||||
|
|
||||||
QVariantMap queryWindowInfo();
|
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);
|
QVariantMap getWindowInfo(const QString &uuid);
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
|
|
Loading…
Reference in a new issue