mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
34 lines
1.4 KiB
XML
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 &"/>
|
|
<!-- In0 annotation for compatibility with qdbusxml2cpp from Qt4.3.0 -->
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const Akonadi::NotificationMessage::List &"/>
|
|
</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>
|