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.
70 lines
2.5 KiB
70 lines
2.5 KiB
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<!--
|
|
Based on the output of command:
|
|
qdbus org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.DBus.Introspectable.Introspect
|
|
against xfce4-notifyd
|
|
-->
|
|
<node>
|
|
<!--interface name="org.freedesktop.DBus.Introspectable">
|
|
<method name="Introspect">
|
|
<arg name="data" direction="out" type="s"/>
|
|
</method>
|
|
</interface>
|
|
<interface name="org.freedesktop.DBus.Properties">
|
|
<method name="Get">
|
|
<arg name="interface" direction="in" type="s"/>
|
|
<arg name="propname" direction="in" type="s"/>
|
|
<arg name="value" direction="out" type="v"/>
|
|
</method>
|
|
<method name="Set">
|
|
<arg name="interface" direction="in" type="s"/>
|
|
<arg name="propname" direction="in" type="s"/>
|
|
<arg name="value" direction="in" type="v"/>
|
|
</method>
|
|
<method name="GetAll">
|
|
<arg name="interface" direction="in" type="s"/>
|
|
<arg name="props" direction="out" type="a{sv}"/>
|
|
</method>
|
|
</interface>
|
|
<interface name="org.xfce.Notifyd">
|
|
<method name="Quit">
|
|
</method>
|
|
</interface-->
|
|
<interface name="org.freedesktop.Notifications">
|
|
<method name="GetServerInformation">
|
|
<arg name="name" type="s" direction="out"/>
|
|
<arg name="vendor" type="s" direction="out"/>
|
|
<arg name="version" type="s" direction="out"/>
|
|
<arg name="spec_version" type="s" direction="out"/>
|
|
</method>
|
|
<method name="CloseNotification">
|
|
<arg name="id" type="u" direction="in"/>
|
|
</method>
|
|
<method name="Notify">
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantMap"/>
|
|
<arg name="app_name" type="s" direction="in"/>
|
|
<arg name="replaces_id" type="u" direction="in"/>
|
|
<arg name="app_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"/>
|
|
<arg name="expire_timeout" type="i" direction="in"/>
|
|
<arg name="id" type="u" direction="out"/>
|
|
</method>
|
|
<method name="GetCapabilities">
|
|
<arg name="capabilities" type="as" direction="out"/>
|
|
</method>
|
|
<signal name="ActionInvoked">
|
|
<arg type="u"/>
|
|
<arg type="s"/>
|
|
</signal>
|
|
<signal name="NotificationClosed">
|
|
<arg type="u"/>
|
|
<arg type="u"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|
|
|