Changeset 79585 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 8, 2019 8:07:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79583 r79585 26163 26163 </param> 26164 26164 <param name="uid" type="wstring" dir="in"> 26165 <desc>the UUIDof instance imported from the Cloud.</desc>26165 <desc>the id of instance imported from the Cloud.</desc> 26166 26166 </param> 26167 26167 <param name="virtualBox" type="IVirtualBox" dir="in"> … … 26231 26231 </desc> 26232 26232 <param name="uid" type="wstring" dir="in"> 26233 <desc>the UUIDof instance in the Cloud.</desc>26233 <desc>the id of instance in the Cloud.</desc> 26234 26234 </param> 26235 26235 <param name="progress" type="IProgress" dir="return"> … … 26243 26243 </desc> 26244 26244 <param name="uid" type="wstring" dir="in"> 26245 <desc>the UUIDof instance in the Cloud.</desc>26245 <desc>the id of instance in the Cloud.</desc> 26246 26246 </param> 26247 26247 <param name="progress" type="IProgress" dir="return"> … … 26255 26255 </desc> 26256 26256 <param name="uid" type="wstring" dir="in"> 26257 <desc>the UUIDof instance in the Cloud.</desc>26257 <desc>the id of instance in the Cloud.</desc> 26258 26258 </param> 26259 26259 <param name="progress" type="IProgress" dir="return"> … … 26276 26276 <method name="exportImage"> 26277 26277 <desc> 26278 Export an existing image with passed id somewhere in the Cloud.26278 Export an existing VBox image in the Cloud. 26279 26279 </desc> 26280 26280 <param name="image" type="IMedium" dir="in"> … … 26297 26297 </desc> 26298 26298 <param name="uid" type="wstring" dir="in"> 26299 <desc>the UUIDof image in the Cloud.</desc>26299 <desc>the id of image in the Cloud.</desc> 26300 26300 </param> 26301 26301 <param name="progress" type="IProgress" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.