Skip to content

dbusinterface: Add getWindowIds

Kristen McWilliam requested to merge merritt/kwin:get_window_ids into master

Adds a DBus interface to get a list of UUIDs, one for each window.

Pairs nicely with another DBus call: getWindowInfo(const QString &uuid)

Merge request reports