rofi-nheko/nheko-dbus.xml

65 lines
2.4 KiB
XML
Raw Permalink Normal View History

2022-10-13 00:25:40 +02:00
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2022-07-11 14:34:11 +02:00
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="im.nheko.Nheko">
<method name="apiVersion">
2022-10-13 00:25:40 +02:00
<arg type="s" direction="out"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="nhekoVersion">
2022-10-13 00:25:40 +02:00
<arg type="s" direction="out"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="rooms">
2022-10-13 00:25:40 +02:00
<arg type="a(ssssi)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;nheko::dbus::RoomInfoItem&gt;"/>
</method>
<method name="image">
<arg type="(iiibiiay)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QImage"/>
<arg name="uri" type="s" direction="in"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="activateRoom">
2022-10-13 00:25:40 +02:00
<arg name="alias" type="s" direction="in"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="joinRoom">
2022-10-13 00:25:40 +02:00
<arg name="alias" type="s" direction="in"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="directChat">
2022-10-13 00:25:40 +02:00
<arg name="userId" type="s" direction="in"/>
2022-07-11 14:34:11 +02:00
</method>
</interface>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
2022-10-13 00:25:40 +02:00
<arg name="interface_name" type="s" direction="in"/>
<arg name="property_name" type="s" direction="in"/>
<arg name="value" type="v" direction="out"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="Set">
2022-10-13 00:25:40 +02:00
<arg name="interface_name" type="s" direction="in"/>
<arg name="property_name" type="s" direction="in"/>
<arg name="value" type="v" direction="in"/>
2022-07-11 14:34:11 +02:00
</method>
<method name="GetAll">
2022-10-13 00:25:40 +02:00
<arg name="interface_name" type="s" direction="in"/>
<arg name="values" type="a{sv}" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
2022-07-11 14:34:11 +02:00
</method>
<signal name="PropertiesChanged">
2022-10-13 00:25:40 +02:00
<arg name="interface_name" type="s" direction="out"/>
<arg name="changed_properties" type="a{sv}" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
<arg name="invalidated_properties" type="as" direction="out"/>
2022-07-11 14:34:11 +02:00
</signal>
</interface>
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
2022-10-13 00:25:40 +02:00
<arg name="xml_data" type="s" direction="out"/>
2022-07-11 14:34:11 +02:00
</method>
</interface>
<interface name="org.freedesktop.DBus.Peer">
2022-10-13 00:25:40 +02:00
<method name="Ping"/>
2022-07-11 14:34:11 +02:00
<method name="GetMachineId">
2022-10-13 00:25:40 +02:00
<arg name="machine_uuid" type="s" direction="out"/>
2022-07-11 14:34:11 +02:00
</method>
</interface>
</node>