- Timestamp:
- May 13, 2019 7:31:52 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r78428 r78485 25741 25741 <interface 25742 25742 name="ICloudClient" extends="$unknown" 25743 uuid=" 7acc426a-5f8f-11e9-9032-1b0da54759a8"25743 uuid="e5205e46-6a8c-11e9-bcca-1fb241d260c7" 25744 25744 wsmap="managed" reservedMethods="11" reservedAttributes="8" 25745 25745 > … … 25776 25776 is ready to be used. 25777 25777 </desc> 25778 <param name="form" type="IVirtualSystemDescriptionForm" dir="out"> 25779 <desc> 25780 An IForm instance for editing the virtual system description. 25781 </desc> 25782 </param> 25783 <param name="progress" type="IProgress" dir="return"> 25784 <desc> 25785 Progress object to track the operation completion. 25786 </desc> 25787 </param> 25788 </method> 25789 25790 <method name="getExportLaunchDescriptionFormFor"> 25791 <desc> 25792 Returns a form for editing the virtual system description. 25793 Since the data for the form are fetched from the cloud a 25794 progress object is also returned to indicate if/when the form 25795 is ready to be used. 25796 </desc> 25797 <param name="description" type="IVirtualSystemDescription" dir="in"> 25798 <desc> 25799 Virtual system description to be edited. 25800 </desc> 25801 </param> 25778 25802 <param name="form" type="IVirtualSystemDescriptionForm" dir="out"> 25779 25803 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.