Skip to content

Commit

Permalink
add xml for org.freedesktop.DBus.Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
regenman committed Dec 12, 2024
1 parent d93d118 commit ea98c01
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ignis/dbus/org.freedesktop.DBus.Properties.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<node>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="out" type="v"/>
</method>
<method name="GetAll">
<arg name="interface_name" direction="in" type="s"/>
<arg name="props" direction="out" type="a{sv}"/>
</method>
<method name="Set">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="in" type="v"/>
</method>
<signal name="PropertiesChanged">
<arg type="s" name="interface_name"/>
<arg type="a{sv}" name="changed_properties"/>
<arg type="as" name="invalidated_properties"/>
</signal>
</interface>
</node>

0 comments on commit ea98c01

Please sign in to comment.