Changeset 93229 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 13, 2022 4:52:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r92996 r93229 28037 28037 <interface 28038 28038 name="ICloudClient" extends="$unknown" 28039 uuid=" 5fa3a8db-1c4f-4cda-b8d4-7982ef60fefb"28040 wsmap="managed" reservedMethods="1 4" reservedAttributes="8"28039 uuid="c2db178a-7485-11ec-aec4-2fbf90681a84" 28040 wsmap="managed" reservedMethods="16" reservedAttributes="8" 28041 28041 > 28042 28042 … … 28549 28549 </param> 28550 28550 </method> 28551 28552 <method name="getSubnetSelectionForm"> 28553 <param name="description" type="IVirtualSystemDescription" dir="in"> 28554 <desc> 28555 Virtual system description to be edited. 28556 </desc> 28557 </param> 28558 <param name="form" type="IVirtualSystemDescriptionForm" dir="out"> 28559 <desc> 28560 An IForm instance for editing the virtual system description. 28561 </desc> 28562 </param> 28563 <param name="progress" type="IProgress" dir="return"> 28564 <desc> 28565 Progress object to track the operation completion. 28566 </desc> 28567 </param> 28568 </method> 28569 28551 28570 28552 28571 </interface>
Note:
See TracChangeset
for help on using the changeset viewer.