VirtualBox

Changeset 101282 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Sep 27, 2023 8:21:09 AM (16 months ago)
Author:
vboxsync
Message:

Main: Added IPlatformProperties::supportedGuestOSTypes() getter to return supported guest OS types for a specific platform. The IVirtualBox::guestOSTypes() getter in turn will return all guest OS types for all platforms. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r101200 r101282  
    28712871    <attribute name="guestOSTypes" type="IGuestOSType" readonly="yes" safearray="yes">
    28722872      <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.
    28742874      </desc>
    28752875    </attribute>
     
    1269112691    name="IPlatformProperties"
    1269212692    extends="$unknown"
    12693     uuid="1ec98a25-d94c-4cfb-a012-5e21481c154c"
     12693    uuid="6bf432a7-b9e6-4317-ba51-52373dac02de"
    1269412694    wsmap="managed"
    1269512695    rest="managed"
     
    1275912759      <desc>
    1276012760        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"/>,
    1276112768        in the sense of what is e.g. worth offering in the VirtualBox GUI.
    1276212769      </desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette