Changeset 101593 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 25, 2023 3:37:09 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r101472 r101593 3530 3530 </method> 3531 3531 3532 <method name="getGuestOS VariantsByFamilyId">3532 <method name="getGuestOSSubtypesByFamilyId"> 3533 3533 <rest request="get" path="/server/methods/"/> 3534 3534 <desc> 3535 Returns a list of guest OS family variants for a corresponding3535 Returns a list of guest OS family subtypes for a corresponding 3536 3536 guest OS family ID type. 3537 3537 … … 3540 3540 <link to="IGuestOSType::familyId"/> attribute which contains a 3541 3541 the guest OS family this object describes. The guest OS family 3542 variant is contained in the <link to="IGuestOSType::variant"/>3542 subtype is contained in the <link to="IGuestOSType::subtype"/> 3543 3543 attribute. 3544 3544 … … 3551 3551 <desc>Guest OS type ID string.</desc> 3552 3552 </param> 3553 <param name="OS variants" type="wstring" safearray="yes" dir="return">3554 <desc>Array of guest OS family variants associated with the specified guest OS family ID.</desc>3555 </param> 3556 </method> 3557 3558 <method name="getGuestOSDescsBy Variant">3553 <param name="OSsubtypes" type="wstring" safearray="yes" dir="return"> 3554 <desc>Array of guest OS family subtypes associated with the specified guest OS family ID.</desc> 3555 </param> 3556 </method> 3557 3558 <method name="getGuestOSDescsBySubtype"> 3559 3559 <rest request="get" path="/server/methods/"/> 3560 3560 <desc> 3561 3561 Returns a list of guest OS family descriptions for a corresponding 3562 guest OS family variant.3562 guest OS family subtype. 3563 3563 3564 3564 The <link to="IVirtualBox::guestOSTypes"/> collection contains all 3565 3565 available guest OS type objects. Each object has an 3566 <link to="IGuestOSType:: variant"/> attribute which contains a3567 human readable description of the guest OS variantthis object describes.3566 <link to="IGuestOSType::subtype"/> attribute which contains a 3567 human readable description of the guest OS subtype this object describes. 3568 3568 The guest OS family description is contained in the 3569 3569 <link to="IGuestOSType::familyDescription"/> attribute. 3570 3570 3571 3571 <result name="E_INVALIDARG"> 3572 @a OS Variant is not a valid guest OS variant.3573 </result> 3574 3575 </desc> 3576 <param name="OS Variant" type="wstring" dir="in">3577 <desc>Guest OS variant.</desc>3572 @a OSSubtype is not a valid guest OS subtype. 3573 </result> 3574 3575 </desc> 3576 <param name="OSSubtype" type="wstring" dir="in"> 3577 <desc>Guest OS subtype.</desc> 3578 3578 </param> 3579 3579 <param name="GuestOSDescs" type="wstring" safearray="yes" dir="return"> 3580 <desc>Array of guest OS descriptions associated with the specified guest OS variant.</desc>3580 <desc>Array of guest OS descriptions associated with the specified guest OS subtype.</desc> 3581 3581 </param> 3582 3582 </method> … … 13579 13579 </attribute> 13580 13580 13581 <attribute name=" variant" type="wstring" readonly="yes">13582 <desc>Guest OS variantstring.</desc>13581 <attribute name="subtype" type="wstring" readonly="yes"> 13582 <desc>Guest OS subtype string.</desc> 13583 13583 </attribute> 13584 13584
Note:
See TracChangeset
for help on using the changeset viewer.