04d4d70988
This makes it easier to use via gdbus/d-feet. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2398>
14 lines
433 B
XML
14 lines
433 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>
|
|
</interface>
|
|
</node>
|