2018-09-06 00:55:20 +00:00
|
|
|
<node>
|
|
|
|
<interface name="org.gtk.Notifications">
|
|
|
|
<method name="AddNotification">
|
2022-08-03 01:39:14 +00: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-06 00:55:20 +00:00
|
|
|
</method>
|
|
|
|
<method name="RemoveNotification">
|
2022-08-03 01:39:14 +00:00
|
|
|
<arg name="app_id" type="s" direction="in"/>
|
|
|
|
<arg name="id" type="s" direction="in"/>
|
2018-09-06 00:55:20 +00:00
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</node>
|