[gnome-shell] dbus-interfaces: Add names to introspection data for notifications



commit 04d4d70988f4a5dddf47c9f3c1d9edcf7f34982c
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Aug 3 13:39:14 2022 +1200

    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>

 data/dbus-interfaces/org.gtk.Notifications.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/dbus-interfaces/org.gtk.Notifications.xml b/data/dbus-interfaces/org.gtk.Notifications.xml
index e2461fff82..56a6cecbe0 100644
--- a/data/dbus-interfaces/org.gtk.Notifications.xml
+++ b/data/dbus-interfaces/org.gtk.Notifications.xml
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]