Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / gui / qtnotify / notifications.xml
blob00e85ea5399aaac8da37dce3e3ff0ea76ab3ba59
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.freedesktop.Notifications">
5     <method name="GetServerInformation">
6       <arg name="return_name" type="s" direction="out"/>
7       <arg name="return_vendor" type="s" direction="out"/>
8       <arg name="return_version" type="s" direction="out"/>
9       <arg name="return_spec_version" type="s" direction="out"/>
10     </method>
11     <method name="GetCapabilities">
12       <arg name="return_caps" type="as" direction="out"/>
13     </method>
14     <method name="CloseNotification">
15       <arg name="id" type="u" direction="in"/>
16     </method>
17     <method name="Notify">
18       <arg name="app_name" type="s" direction="in"/>
19       <arg name="id" type="u" direction="in"/>
20       <arg name="icon" type="s" direction="in"/>
21       <arg name="summary" type="s" direction="in"/>
22       <arg name="body" type="s" direction="in"/>
23       <arg name="actions" type="as" direction="in"/>
24       <arg name="hints" type="a{sv}" direction="in"/>
25       <annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantMap"/>
26       <arg name="timeout" type="i" direction="in"/>
27       <arg name="return_id" type="u" direction="out"/>
28     </method>
29   </interface>
30 </node>