Changeset 78940 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 3, 2019 4:36:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r78897 r78940 25937 25937 <interface 25938 25938 name="ICloudClient" extends="$unknown" 25939 uuid=" e492be54-8140-11e9-a068-73eb82a28a3d"25939 uuid="d1ac0b72-861a-11e9-a0cf-b38ea8ea9e63" 25940 25940 wsmap="managed" reservedMethods="13" reservedAttributes="8" 25941 25941 > … … 25966 25966 25967 25967 <method name="getExportLaunchDescriptionForm"> 25968 <desc>25969 Returns a form for editing the virtual system description.25970 Since the data for the form are fetched from the cloud a25971 progress object is also returned to indicate if/when the form25972 is ready to be used.25973 </desc>25974 <param name="form" type="IVirtualSystemDescriptionForm" dir="out">25975 <desc>25976 An IForm instance for editing the virtual system description.25977 </desc>25978 </param>25979 <param name="progress" type="IProgress" dir="return">25980 <desc>25981 Progress object to track the operation completion.25982 </desc>25983 </param>25984 </method>25985 25986 <method name="getExportLaunchDescriptionFormFor">25987 25968 <desc> 25988 25969 Returns a form for editing the virtual system description.
Note:
See TracChangeset
for help on using the changeset viewer.