VirtualBox

Changeset 22208 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 12, 2009 1:47:17 PM (15 years ago)
Author:
vboxsync
Message:

Main: API docs

File:
1 edited

Legend:

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

    r22200 r22208  
    391391      <!-- 2008-12-17: 2.1.0 released
    392392           2009-03-11: settings version 1.7 introduced (is in 2.2 branch)
    393            2009-04-08: 2.2.0 released -->
     393           2009-04-08: 2.2.0 released
     394           VirtualBox.xml additions: NetserviceRegistry with DHCPServers
     395           Machine changes: HardDiskAttachments is now StorageControllers
     396      -->
    394397    </const>
    395398    <const name="v1_8"     value="10">
    396399      <desc>Settings version "1.8", written by VirtualBox 3.1.x.</desc>
     400      <!-- Machine additions: Display/@accelerate2DVideo
     401      -->
    397402    </const>
    398403  </enum>
     
    39413946      be queried from the session object and then the desired settings changes
    39423947      can be applied to the returned object using IMachine attributes and
    3943       methods. See the ISession interface description for more information
    3944       about sessions.
    3945 
    3946       Note that the IMachine interface does not provide methods to control
    3947       virtual machine execution (such as start the machine, or power it
    3948       down) -- these methods are grouped in a separate IConsole
    3949       interface. Refer to the IConsole interface description to get more
    3950       information about this topic.
     3948      methods. See the <link to="ISession"/> interface description for more
     3949      information about sessions.
     3950
     3951      Note that IMachine does not provide methods to control virtual machine
     3952      execution (such as start the machine, or power it down) -- these methods
     3953      are grouped in a separate interface called <link to="IConsole" />.
    39513954
    39523955      <see>ISession, IConsole</see>
     
    39613964        Whether this virtual machine is currently accessible or not.
    39623965
    3963         The machine is considered to be inaccessible when:
    3964         <ul>
    3965           <li>It is a registered virtual machine, and
    3966           </li>
    3967           <li>Its settings file is inaccessible (for example, it is
    3968             located on a network share that is not accessible during
    3969             VirtualBox startup, or becomes inaccessible later, or if
    3970             the settings file can be read but is invalid).
    3971           </li>
    3972         </ul>
    3973 
    3974         Otherwise, the value of this property is always @c true.
     3966        A machine is always deemed accessible unless it is registered <i>and</i>
     3967        its settings file cannot be read or parsed (either because the file itself
     3968        is unavailable or has invalid XML contents).
    39753969
    39763970        Every time this property is read, the accessibility state of
     
    39783972        the <link to="#accessError"/> property may be used to get the
    39793973        detailed error information describing the reason of
    3980         inaccessibility.
     3974        inaccessibility, including XML error messages.
    39813975
    39823976        When the machine is inaccessible, only the following properties
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