Private
Public Access
1
0
Files
Kordophone/kordophoned/include/net.buzzert.kordophonecd.Server.xml

20 lines
807 B
XML
Raw Normal View History

2025-02-11 23:15:24 -08:00
<?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>
<method name="GetConversations">
<arg type="aa{sv}" direction="out" name="conversations">
<annotation name="org.freedesktop.DBus.DocString"
value="Array of dictionaries. Each dictionary has keys:
'id' (string): Unique identifier
'title' (string): Display name
'last_message' (string): Preview text
'is_unread' (boolean): Unread status"/>
</arg>
</method>
2025-02-11 23:15:24 -08:00
</interface>
</node>