20 lines
672 B
XML
20 lines
672 B
XML
<node>
|
|
<interface name="org.gtk.Notifications">
|
|
<method name="AddNotification">
|
|
<arg name="app_id" type="s" direction="in"/>
|
|
<arg name="id" type="s" direction="in"/>
|
|
<arg name="notification" type="a{sv}" direction="in"/>
|
|
</method>
|
|
<method name="RemoveNotification">
|
|
<arg name="app_id" type="s" direction="in"/>
|
|
<arg name="id" type="s" direction="in"/>
|
|
</method>
|
|
<signal name="ActionInvoked">
|
|
<arg name="app_id" type="s"/>
|
|
<arg name="id" type="s"/>
|
|
<arg name="action" type="s"/>
|
|
<arg name="parameter" type="av"/>
|
|
<arg name="platform_data" type="a{sv}"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|