summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.gtk.Notifications.xml
blob: 56a6cecbe0fedc83244df2eef3793b778cffdce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>