Changeset 74474 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Sep 26, 2018 11:55:47 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125329
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r74431 r74474 4762 4762 <enum 4763 4763 name="GraphicsControllerType" 4764 uuid=" 79c96ca0-9f39-4900-948e-68c41cbe127a"4765 > 4766 <desc>Graphics controller type, used with <link to="IMachine:: unregister" />.4764 uuid="3e009bb0-2b57-4283-a39b-4c363d4f0808" 4765 > 4766 <desc>Graphics controller type, used with <link to="IMachine::graphicsControllerType" />. 4767 4767 </desc> 4768 4768 <const name="Null" value="0"> … … 4770 4770 </const> 4771 4771 <const name="VBoxVGA" value="1"> 4772 <desc> DefaultVirtualBox VGA device.</desc>4772 <desc>VirtualBox VGA device.</desc> 4773 4773 </const> 4774 4774 <const name="VMSVGA" value="2"> 4775 4775 <desc>VMware SVGA II device.</desc> 4776 </const> 4777 <const name="VBoxSVGA" value="3"> 4778 <desc>VirtualBox VGA device with VMware SVGA II extensions.</desc> 4776 4779 </const> 4777 4780 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.