Changeset 77688 in vbox
- Timestamp:
- Mar 13, 2019 6:31:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r77679 r77688 25565 25565 name="ICloudClient" extends="$unknown" 25566 25566 uuid="3d9aacbe-b3bc-4126-9633-5634bad24ad7" 25567 wsmap="managed" reservedMethods="1 6" reservedAttributes="8"25567 wsmap="managed" reservedMethods="15" reservedAttributes="8" 25568 25568 > 25569 25569 … … 25589 25589 <param name="virtualBox" type="IVirtualBox" dir="in"> 25590 25590 <desc>Reference to the server-side API root object.</desc> 25591 </param> 25592 </method> 25593 25594 <method name="getExportLaunchDescriptionForm"> 25595 <desc> 25596 Returns a form for editing the virtual system description. 25597 Since the data for the form are fetched from the cloud a 25598 progress object is also returned to indicate if/when the form 25599 is ready to be used. 25600 </desc> 25601 <param name="form" type="IVirtualSystemDescriptionForm" dir="out"> 25602 <desc> 25603 An IForm instance for editing the virtual system description. 25604 </desc> 25605 </param> 25606 <param name="progress" type="IProgress" dir="return"> 25607 <desc> 25608 Progress object to track the operation completion. 25609 </desc> 25591 25610 </param> 25592 25611 </method>
Note:
See TracChangeset
for help on using the changeset viewer.