Changeset 105886 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 28, 2024 10:58:42 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r105871 r105886 5842 5842 5843 5843 <method name="setFeature"> 5844 <desc>Sets a graphics controller feature.</desc> 5845 <param name="feature" type="GraphicsFeature" dir="in"> 5846 <desc> 5847 Graphics controller feature to set. 5848 </desc> 5849 </param> 5850 <param name="enabled" type="boolean" dir="in"> 5851 <desc> 5852 Whether to enable or disable the feature. 5853 </desc> 5854 </param> 5855 </method> 5856 5857 <method name="isFeatureEnabled" const="yes"> 5858 <desc>Returns whether a particular feature is enabled for this adapter or not. 5844 <desc>Sets a graphics controller feature. 5859 5845 <result name="VBOX_E_NOT_SUPPORTED"> 5860 5846 The feature is not supported on the current platform. 5861 5847 </result> 5862 5848 </desc> 5849 <param name="feature" type="GraphicsFeature" dir="in"> 5850 <desc> 5851 Graphics controller feature to set. 5852 </desc> 5853 </param> 5854 <param name="enabled" type="boolean" dir="in"> 5855 <desc> 5856 Whether to enable or disable the feature. 5857 </desc> 5858 </param> 5859 </method> 5860 5861 <method name="isFeatureEnabled" const="yes"> 5862 <desc>Returns whether a particular feature is enabled for this adapter 5863 or not.</desc> 5863 5864 <param name="feature" type="GraphicsFeature" dir="in"> 5864 5865 <desc>Feature to check for.</desc>
Note:
See TracChangeset
for help on using the changeset viewer.