mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
52 lines
1.7 KiB
XML
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>
|