Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.3 KiB
31 lines
1.3 KiB
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" |
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
|
<node> |
|
<interface name="org.freedesktop.Notifications"> |
|
<method name="GetServerInformation"> |
|
<arg name="return_name" type="s" direction="out"/> |
|
<arg name="return_vendor" type="s" direction="out"/> |
|
<arg name="return_version" type="s" direction="out"/> |
|
<arg name="return_spec_version" type="s" direction="out"/> |
|
</method> |
|
<method name="GetCapabilities"> |
|
<arg name="return_caps" type="as" direction="out"/> |
|
</method> |
|
<method name="CloseNotification"> |
|
<arg name="id" type="u" direction="in"/> |
|
</method> |
|
<method name="Notify"> |
|
<arg name="app_name" type="s" direction="in"/> |
|
<arg name="id" type="u" direction="in"/> |
|
<arg name="icon" type="s" direction="in"/> |
|
<arg name="summary" type="s" direction="in"/> |
|
<arg name="body" type="s" direction="in"/> |
|
<arg name="actions" type="as" direction="in"/> |
|
<arg name="hints" type="a{sv}" direction="in"/> |
|
<annotation name="com.trolltech.QtDBus.QtTypeName.In6" value="QVariantMap"/> |
|
<arg name="timeout" type="i" direction="in"/> |
|
<arg name="return_id" type="u" direction="out"/> |
|
</method> |
|
</interface> |
|
</node> |
|
|
|
|