blob: e2461fff8214a356a4b3e9453ef5729accd5d0dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<node>
<interface name="org.gtk.Notifications">
<method name="AddNotification">
<arg type="s" direction="in"/>
<arg type="s" direction="in"/>
<arg type="a{sv}" direction="in"/>
</method>
<method name="RemoveNotification">
<arg type="s" direction="in"/>
<arg type="s" direction="in"/>
</method>
</interface>
</node>
|