kde-playground/kdepim/korganizer/org.kde.korganizer.Korganizer.xml
2015-04-14 21:49:29 +00:00

52 lines
1.7 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.kde.korganizer.Korganizer">
<method name="openURL">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="mergeURL">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="saveURL">
<arg type="b" direction="out"/>
</method>
<method name="saveAsURL">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="getCurrentURLasString">
<arg type="s" direction="out"/>
</method>
<method name="editIncidence">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="deleteIncidence">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="deleteIncidence">
<arg name="url" type="s" direction="in"/>
<arg name="force" type="b" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="addIncidence">
<arg name="ical" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="showIncidence">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="showIncidenceContext">
<arg name="url" type="s" direction="in"/>
<arg type="b" direction="out"/>
</method>
<method name="handleCommandLine">
<arg type="b" direction="out"/>
</method>
</interface>
</node>