2018-09-05 20:55:20 -04:00
|
|
|
<node>
|
|
|
|
<interface name="org.gtk.Notifications">
|
|
|
|
<method name="AddNotification">
|
2022-08-02 21:39:14 -04:00
|
|
|
<arg name="app_id" type="s" direction="in"/>
|
|
|
|
<arg name="id" type="s" direction="in"/>
|
|
|
|
<arg name="notification" type="a{sv}" direction="in"/>
|
2018-09-05 20:55:20 -04:00
|
|
|
</method>
|
|
|
|
<method name="RemoveNotification">
|
2022-08-02 21:39:14 -04:00
|
|
|
<arg name="app_id" type="s" direction="in"/>
|
|
|
|
<arg name="id" type="s" direction="in"/>
|
2018-09-05 20:55:20 -04:00
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</node>
|