mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
dbus-interfaces: Add names to introspection data for notifications
This makes it easier to use via gdbus/d-feet. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2398>
This commit is contained in:
parent
9b3ee774f6
commit
04d4d70988
1 changed files with 5 additions and 5 deletions
|
|
@ -1,13 +1,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"/>
|
||||
<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 type="s" direction="in"/>
|
||||
<arg type="s" direction="in"/>
|
||||
<arg name="app_id" type="s" direction="in"/>
|
||||
<arg name="id" type="s" direction="in"/>
|
||||
</method>
|
||||
</interface>
|
||||
</node>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue