Changeset 79364 in vbox
- Timestamp:
- Jun 26, 2019 3:43:03 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79338 r79364 26011 26011 <interface 26012 26012 name="ICloudClient" extends="$unknown" 26013 uuid=" 33c307e4-cb7e-44ec-9d30-a8c5927bc6e8"26014 wsmap="managed" reservedMethods="1 3" reservedAttributes="8"26013 uuid="1c757554-9768-11e9-9319-ab248c01ad59" 26014 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26015 26015 > 26016 26016 … … 26051 26051 <param name="virtualBox" type="IVirtualBox" dir="in"> 26052 26052 <desc>Reference to the server-side API root object.</desc> 26053 </param> 26054 </method> 26055 26056 <method name="getExportDescriptionForm"> 26057 <desc> 26058 Returns a form for editing the virtual system description for 26059 exporting a local VM into a cloud custom image. 26060 </desc> 26061 <param name="description" type="IVirtualSystemDescription" dir="in"> 26062 <desc> 26063 Virtual system description to be edited. 26064 </desc> 26065 </param> 26066 <param name="form" type="IVirtualSystemDescriptionForm" dir="out"> 26067 <desc> 26068 An IForm instance for editing the virtual system description. 26069 </desc> 26070 </param> 26071 <param name="progress" type="IProgress" dir="return"> 26072 <desc> 26073 Progress object to track the operation completion. 26074 </desc> 26053 26075 </param> 26054 26076 </method>
Note:
See TracChangeset
for help on using the changeset viewer.