gnome-shell/data/dbus-interfaces/org.gtk.Notifications.xml
2022-08-09 11:55:46 +00:00

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>