Private
Public Access
1
0

Adds kordophoned, basic dbus interface

This commit is contained in:
2025-02-11 23:15:24 -08:00
parent 16c202734c
commit fddc45c62a
9 changed files with 365 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<interface name="net.buzzert.kordophone.Server">
<method name="GetVersion">
<arg type="s" name="version" direction="out" />
</method>
</interface>
</node>