kde-playground/akonadi/interfaces/org.freedesktop.Akonadi.NotificationManager.xml
2015-09-23 09:37:02 +00:00

34 lines
1.4 KiB
XML

<!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.Akonadi.NotificationManager">
<signal name="notify">
<arg name="message" type="a(ayiixsayxxsas)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="const Akonadi::NotificationMessage::List &amp;"/>
<!-- In0 annotation for compatibility with qdbusxml2cpp from Qt4.3.0 -->
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const Akonadi::NotificationMessage::List &amp;"/>
</signal>
<method name="subscribe">
<arg type="s" name="identifier" direction="in"/>
<arg type="o" direction="out"/>
</method>
<signal name="subscribed">
<arg type="s" name="identifier" direction="out"/>
</signal>
<method name="subscribeV2">
<arg type="s" name="identifier" direction="in"/>
<arg type="b" name="serverSideMonitor" direction="in"/>
<arg type="o" direction="out"/>
</method>
<method name="unsubscribe">
<arg type="s" name="identifier" direction="in"/>
</method>
<signal name="unsubscribed">
<arg type="s" name="identifier" direction="out"/>
</signal>
<method name="subscribers">
<arg type="as" direction="out" />
</method>
</interface>
</node>