Changeset 84031 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Apr 28, 2020 9:55:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83973 r84031 3510 3510 addresses, if the import options are used to keep them.</desc> 3511 3511 </const> 3512 3513 3512 </enum> 3514 3513 … … 3634 3633 uuid="86a98347-7619-41aa-aece-b21ac5c1a7e6" 3635 3634 wsmap="managed" 3636 reservedMethods=" 7" reservedAttributes="8"3635 reservedMethods="6" reservedAttributes="8" 3637 3636 > 3638 3637 <desc> … … 3781 3780 </desc> 3782 3781 </attribute> 3782 3783 <method name="getManifest"> 3784 <desc> 3785 Return manifest represented in the OVF and type of digest used there. 3786 </desc> 3787 <param name="manifest" type="wstring" dir="out"> 3788 <desc> 3789 The manifest represented in the OVF. Empty if not exist. 3790 This is available after calling <link to="#read"/>. 3791 </desc> 3792 </param> 3793 <param name="manifestName" type="wstring" dir="out"> 3794 <desc> 3795 The manifest file name. Empty if not exist. 3796 </desc> 3797 </param> 3798 3799 </method> 3783 3800 3784 3801 <method name="read">
Note:
See TracChangeset
for help on using the changeset viewer.