Changeset 22198 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Aug 12, 2009 10:56:00 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r22173 r22198 346 346 --> 347 347 348 <enum 349 name="SettingsVersion" 350 uuid="6e151282-c338-428a-989d-5f2402d87e6f" 351 > 352 <desc> 353 Settings version of VirtualBox settings files. This is written to 348 <enum name="SettingsVersion" 349 uuid="6e151282-c338-428a-989d-5f2402d87e6f" 350 > 351 <desc>Settings version of VirtualBox settings files. This is written to 354 352 the "version" attribute of the root "VirtualBox" element in the settings 355 353 file XML and indicates which VirtualBox version wrote the file. 356 </desc> 357 358 <const name="Null" value="0"> 359 <desc>Null value, indicates invalid version.</desc> 360 </const> 361 <const name="v1_0" value="1"> 362 <desc>Settings version "1.0", understood by VirtualBox 3.0 and above.</desc> 363 </const> 364 <const name="v1_1" value="2"> 365 <desc>Settings version "1.7", understood by VirtualBox 3.0 and above.</desc> 366 </const> 367 <const name="v1_2" value="3"> 368 <desc>Settings version "1.2", understood by VirtualBox 3.0 and above.</desc> 369 </const> 370 <const name="v1_3pre" value="4"> 371 <desc>Settings version "1.3pre", understood by VirtualBox 3.0 and above.</desc> 372 </const> 373 <const name="v1_3" value="5"> 374 <desc>Settings version "1.3", understood by VirtualBox 3.0 and above.</desc> 375 </const> 376 <const name="v1_4" value="6"> 377 <desc>Settings version "1.4", understood by VirtualBox 3.0 and above.</desc> 378 </const> 379 <const name="v1_5" value="7"> 380 <desc>Settings version "1.5", understood by VirtualBox 3.0 and above.</desc> 381 </const> 382 <const name="v1_6" value="8"> 383 <desc>Settings version "1.6", understood by VirtualBox 3.0 and above.</desc> 384 </const> 385 <const name="v1_7" value="9"> 386 <desc>Settings version "1.7", understood by VirtualBox 3.0 and above.</desc> 387 </const> 388 <const name="v1_8" value="10"> 389 <desc>Settings version "1.8", understood by VirtualBox 3.1 and above.</desc> 390 </const> 354 </desc> 355 356 <const name="Null" value="0"> 357 <desc>Null value, indicates invalid version.</desc> 358 </const> 359 <const name="v1_0" value="1"> 360 <desc>Legacy settings version, not currently supported.</desc> 361 </const> 362 <const name="v1_1" value="2"> 363 <desc>Legacy settings version, not currently supported.</desc> 364 </const> 365 <const name="v1_2" value="3"> 366 <desc>Legacy settings version, not currently supported.</desc> 367 </const> 368 <const name="v1_3pre" value="4"> 369 <desc>Legacy settings version, not currently supported.</desc> 370 </const> 371 <const name="v1_3" value="5"> 372 <desc>Legacy settings version, not currently supported.</desc> 373 </const> 374 <const name="v1_4" value="6"> 375 <desc>Legacy settings version, not currently supported.</desc> 376 </const> 377 <const name="v1_5" value="7"> 378 <desc>Settings version "1.5", written by VirtualBox 2.1.x.</desc> 379 <!-- 2008-09-04: 2.0.0 released 380 2008-11-20: settings version 1.5 introduced 381 2008-12-17: 2.1.0 released --> 382 </const> 383 <const name="v1_6" value="8"> 384 <desc>Intermediate settings version "1.6", understood by VirtualBox 2.2 and above.</desc> 385 <!-- 2008-12-17: 2.1.0 released 386 2008-12-19: settings version 1.6 introduced (is in 2.2 branch) 387 2009-04-08: 2.2.0 released --> 388 </const> 389 <const name="v1_7" value="9"> 390 <desc>Settings version "1.7", written by VirtualBox 2.2.x and 3.0.x.</desc> 391 <!-- 2008-12-17: 2.1.0 released 392 2009-03-11: settings version 1.7 introduced (is in 2.2 branch) 393 2009-04-08: 2.2.0 released --> 394 </const> 395 <const name="v1_8" value="10"> 396 <desc>Settings version "1.8", written by VirtualBox 3.1.x.</desc> 397 </const> 391 398 </enum> 392 399
Note:
See TracChangeset
for help on using the changeset viewer.