Changeset 56523 in vbox
- Timestamp:
- Jun 18, 2015 1:25:55 PM (10 years ago)
- Location:
- trunk/src/VBox/Main/idl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.dtd
r53904 r56523 6 6 XIDL syntax. 7 7 8 Copyright (C) 2008-201 3Oracle Corporation8 Copyright (C) 2008-2015 Oracle Corporation 9 9 10 10 This file is part of VirtualBox Open Source Edition (OSE), as … … 76 76 <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. --> 77 77 <!ATTLIST interface dtracename CDATA #IMPLIED> 78 <!ATTLIST interface reservedAttributes CDATA #IMPLIED> 79 <!ATTLIST interface reservedMethods CDATA #IMPLIED> 78 80 <!ELEMENT class (interface)> <!-- done --> 79 81 <!ATTLIST class name CDATA #REQUIRED> -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r56480 r56523 3241 3241 3242 3242 <param name="identifiers" type="wstring" dir="return" safearray="yes"> 3243 The list of password identifiers required for export on success.3243 <desc>The list of password identifiers required for export on success.</desc> 3244 3244 </param> 3245 3245 </method> … … 3251 3251 3252 3252 <param name="passwordId" type="wstring" dir="in"> 3253 The password identifier to get the medium identifiers for.3253 <desc>The password identifier to get the medium identifiers for.</desc> 3254 3254 </param> 3255 3255 <param name="identifiers" type="uuid" mod="string" dir="return" safearray="yes"> 3256 The list of medium identifiers returned on success.3256 <desc>The list of medium identifiers returned on success.</desc> 3257 3257 </param> 3258 3258 </method>
Note:
See TracChangeset
for help on using the changeset viewer.