GnomeShellGenericMonitor/dbus.xml
2020-03-30 10:45:26 +02:00

12 lines
289 B
XML

<interface name="com.soutade.GenericMonitor">
<method name="notify">
<arg type="s" direction="in" />
</method>
<method name="deleteItems">
<arg type="s" direction="in" />
</method>
<method name="deleteGroups">
<arg type="s" direction="in" />
</method>
</interface>