- Timestamp:
- Oct 3, 2018 6:41:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r74474 r74602 25388 25388 </method> 25389 25389 25390 <method name="remove"> 25391 <desc> 25392 Deletes a profile. 25393 </desc> 25394 </method> 25395 25390 25396 <method name="createCloudClient"> 25391 25397 <desc> … … 25454 25460 <desc>Values of set properties.</desc> 25455 25461 </param> 25462 </method> 25463 25464 <method name="importProfiles"> 25465 <desc> 25466 Import the profiles from the original source 25467 </desc> 25468 </method> 25469 25470 <method name="restoreProfiles"> 25471 <desc> 25472 Restores the old local profiles if they exist 25473 </desc> 25474 </method> 25475 25476 <method name="saveProfiles"> 25477 <desc> 25478 Saves the local profiles 25479 </desc> 25456 25480 </method> 25457 25481
Note:
See TracChangeset
for help on using the changeset viewer.