- Timestamp:
- May 15, 2019 2:55:51 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r78509 r78534 25751 25751 <interface 25752 25752 name="ICloudClient" extends="$unknown" 25753 uuid=" e5205e46-6a8c-11e9-bcca-1fb241d260c7"25754 wsmap="managed" reservedMethods="1 1" reservedAttributes="8"25753 uuid="6d4dfab6-7718-11e9-9775-1f99c815d0b3" 25754 wsmap="managed" reservedMethods="16" reservedAttributes="8" 25755 25755 > 25756 25756 … … 25818 25818 <desc> 25819 25819 Progress object to track the operation completion. 25820 </desc> 25821 </param> 25822 </method> 25823 25824 <method name="getImportDescriptionForm"> 25825 <desc> 25826 Returns a form for editing the virtual system description for 25827 import from OCI. 25828 </desc> 25829 <param name="description" type="IVirtualSystemDescription" dir="in"> 25830 <desc> 25831 Virtual system description to be edited. 25832 </desc> 25833 </param> 25834 <param name="form" type="IVirtualSystemDescriptionForm" dir="return"> 25835 <desc> 25836 An IForm instance for editing the virtual system description. 25820 25837 </desc> 25821 25838 </param>
Note:
See TracChangeset
for help on using the changeset viewer.