Initial commit

This commit is contained in:
2020-03-30 10:45:26 +02:00
commit d7e6db3bec
7 changed files with 952 additions and 0 deletions

11
dbus.xml Normal file
View File

@@ -0,0 +1,11 @@
<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>