Skip to content

Adding support to Plasma::QueryMatch.multiline in DBus runner as a new boolean...

Adding support to Plasma::QueryMatch.multiline in DBus runner as a new boolean property called multiline.

With this change a new boolean property called 'multiline' is added to current properties list: actions, category, subtext and url.

If the property is not included in properties list, default value of the class Plasma::QueryMatch.multiline is not modified.

This is an example:

result = dbus.Array()
result.append((data, display_text, icon, type, relevance, {"actions": actions, "category": category, "multiline": True, "subtext": subtext, "urls": [urls]}))
Edited by Ignacio Serantes

Merge request reports