Warning, /pim/knotes/src/kontactplugin/org.kde.kontact.KNotes.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004   <interface name="org.kde.kontact.KNotes">
0005     <method name="newNote">
0006       <arg name="name" type="s" direction="in"/>
0007       <arg name="text" type="s" direction="in"/>
0008     </method>
0009     <method name="newNoteFromClipboard">
0010       <arg name="name" type="s" direction="in"/>
0011     </method>
0012     <method name="editNote">
0013     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0014       <arg name="name" type="x" direction="in"/>
0015     </method>
0016     <method name="killNote">
0017     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0018       <arg name="name" type="x" direction="in"/>
0019     </method>
0020     <method name="killNote">
0021     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0022       <arg name="name" type="x" direction="in"/>
0023       <arg name="force" type="b" direction="in"/>
0024     </method>
0025     <method name="setName">
0026     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0027       <arg name="noteId" type="x" direction="in"/>
0028       <arg name="newText" type="s" direction="in"/>
0029     </method>
0030     <method name="setText">
0031     <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0032       <arg name="noteId" type="x" direction="in"/>
0033       <arg name="newText" type="s" direction="in"/>
0034     </method>
0035     <method name="name">
0036       <arg name="id" type="x" direction="in"/>
0037       <arg type="s" direction="out"/>
0038     </method>
0039     <method name="text">
0040       <arg name="id" type="x" direction="in"/>
0041       <arg type="s" direction="out"/>
0042     </method>
0043     <method name="notesList">
0044       <arg type="as" direction="out"/>
0045     </method>
0046     <method name="updateConfig"/>
0047   </interface>
0048 </node>