Warning, /multimedia/kid3/src/core/model/org.kde.Kid3.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.Kid3">
0004     <method name="openDirectory">
0005       <arg type="b" direction="out"/>
0006       <arg name="path" type="s" direction="in"/>
0007     </method>
0008     <method name="unloadAllTags">
0009     </method>
0010     <method name="save">
0011       <arg type="b" direction="out"/>
0012     </method>
0013     <method name="getErrorMessage">
0014       <arg type="s" direction="out"/>
0015     </method>
0016     <method name="revert">
0017     </method>
0018     <method name="importFromFile">
0019       <arg type="b" direction="out"/>
0020       <arg name="tagMask" type="i" direction="in"/>
0021       <arg name="path" type="s" direction="in"/>
0022       <arg name="fmtIdx" type="i" direction="in"/>
0023     </method>
0024     <method name="importFromTags">
0025       <arg name="tagMask" type="i" direction="in"/>
0026       <arg name="source" type="s" direction="in"/>
0027       <arg name="extraction" type="s" direction="in"/>
0028     </method>
0029     <method name="batchImport">
0030       <arg type="b" direction="out"/>
0031       <arg name="tagMask" type="i" direction="in"/>
0032       <arg name="profileName" type="s" direction="in"/>
0033     </method>
0034     <method name="downloadAlbumArt">
0035       <arg name="url" type="s" direction="in"/>
0036       <arg name="allFilesInDir" type="b" direction="in"/>
0037     </method>
0038     <method name="exportToFile">
0039       <arg type="b" direction="out"/>
0040       <arg name="tagMask" type="i" direction="in"/>
0041       <arg name="path" type="s" direction="in"/>
0042       <arg name="fmtIdx" type="i" direction="in"/>
0043     </method>
0044     <method name="createPlaylist">
0045       <arg type="b" direction="out"/>
0046     </method>
0047     <method name="getPlaylistItems">
0048       <arg type="as" direction="out"/>
0049       <arg name="path" type="s" direction="in"/>
0050     </method>
0051     <method name="setPlaylistItems">
0052       <arg type="b" direction="out"/>
0053       <arg name="path" type="s" direction="in"/>
0054       <arg name="items" type="as" direction="in"/>
0055     </method>
0056     <method name="quit">
0057     </method>
0058     <method name="selectAll">
0059     </method>
0060     <method name="deselectAll">
0061     </method>
0062     <method name="firstFile">
0063       <arg type="b" direction="out"/>
0064     </method>
0065     <method name="previousFile">
0066       <arg type="b" direction="out"/>
0067     </method>
0068     <method name="nextFile">
0069       <arg type="b" direction="out"/>
0070     </method>
0071     <method name="selectFirstFile">
0072       <arg type="b" direction="out"/>
0073     </method>
0074     <method name="selectPreviousFile">
0075       <arg type="b" direction="out"/>
0076     </method>
0077     <method name="selectNextFile">
0078       <arg type="b" direction="out"/>
0079     </method>
0080     <method name="selectCurrentFile">
0081       <arg type="b" direction="out"/>
0082     </method>
0083     <method name="expandDirectory">
0084       <arg type="b" direction="out"/>
0085     </method>
0086     <method name="expandFileList">
0087     </method>
0088     <method name="applyFilenameFormat">
0089     </method>
0090     <method name="applyTagFormat">
0091     </method>
0092     <method name="applyTextEncoding">
0093     </method>
0094     <method name="setDirNameFromTag">
0095       <arg type="b" direction="out"/>
0096       <arg name="tagMask" type="i" direction="in"/>
0097       <arg name="format" type="s" direction="in"/>
0098       <arg name="create" type="b" direction="in"/>
0099     </method>
0100     <method name="numberTracks">
0101       <arg name="tagMask" type="i" direction="in"/>
0102       <arg name="firstTrackNr" type="i" direction="in"/>
0103     </method>
0104     <method name="filter">
0105       <arg name="expression" type="s" direction="in"/>
0106     </method>
0107     <method name="convertToId3v24">
0108     </method>
0109     <method name="convertToId3v23">
0110     </method>
0111     <method name="getDirectoryName">
0112       <arg type="s" direction="out"/>
0113     </method>
0114     <method name="getFileName">
0115       <arg type="s" direction="out"/>
0116     </method>
0117     <method name="setFileName">
0118       <arg name="name" type="s" direction="in"/>
0119     </method>
0120     <method name="setFileNameFormat">
0121       <arg name="format" type="s" direction="in"/>
0122     </method>
0123     <method name="setFileNameFromTag">
0124       <arg name="tagMask" type="i" direction="in"/>
0125     </method>
0126     <method name="getFrame">
0127       <arg type="s" direction="out"/>
0128       <arg name="tagMask" type="i" direction="in"/>
0129       <arg name="name" type="s" direction="in"/>
0130     </method>
0131     <method name="setFrame">
0132       <arg type="b" direction="out"/>
0133       <arg name="tagMask" type="i" direction="in"/>
0134       <arg name="name" type="s" direction="in"/>
0135       <arg name="value" type="s" direction="in"/>
0136     </method>
0137     <method name="getTag">
0138       <arg type="as" direction="out"/>
0139       <arg name="tagMask" type="i" direction="in"/>
0140     </method>
0141     <method name="getInformation">
0142       <arg type="as" direction="out"/>
0143     </method>
0144     <method name="setTagFromFileName">
0145       <arg name="tagMask" type="i" direction="in"/>
0146     </method>
0147     <method name="setTagFromOtherTag">
0148       <arg name="tagMask" type="i" direction="in"/>
0149     </method>
0150     <method name="copyTag">
0151       <arg name="tagMask" type="i" direction="in"/>
0152     </method>
0153     <method name="pasteTag">
0154       <arg name="tagMask" type="i" direction="in"/>
0155     </method>
0156     <method name="removeTag">
0157       <arg name="tagMask" type="i" direction="in"/>
0158     </method>
0159     <method name="reparseConfiguration">
0160     </method>
0161     <method name="playAudio">
0162     </method>
0163   </interface>
0164 </node>