Changeset 101282 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Sep 27, 2023 8:21:09 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r101200 r101282 2871 2871 <attribute name="guestOSTypes" type="IGuestOSType" readonly="yes" safearray="yes"> 2872 2872 <desc> 2873 Array of guest OS type objects known to this VirtualBox installation.2873 Array of all guest OS type objects known to this VirtualBox installation. 2874 2874 </desc> 2875 2875 </attribute> … … 12691 12691 name="IPlatformProperties" 12692 12692 extends="$unknown" 12693 uuid=" 1ec98a25-d94c-4cfb-a012-5e21481c154c"12693 uuid="6bf432a7-b9e6-4317-ba51-52373dac02de" 12694 12694 wsmap="managed" 12695 12695 rest="managed" … … 12759 12759 <desc> 12760 12760 Returns an array of officially supported values for enum <link to="FirmwareType"/>, 12761 in the sense of what is e.g. worth offering in the VirtualBox GUI. 12762 </desc> 12763 </attribute> 12764 12765 <attribute name="supportedGuestOSTypes" type="IGuestOSType" safearray="yes" readonly="yes"> 12766 <desc> 12767 Returns an array of officially supported values for enum <link to="IGuestOSType"/>, 12761 12768 in the sense of what is e.g. worth offering in the VirtualBox GUI. 12762 12769 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.