VirtualBox

Changeset 11441 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 15, 2008 1:08:50 PM (16 years ago)
Author:
vboxsync
Message:

Main: Documentation fixes.

File:
1 edited

Legend:

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

    r11433 r11441  
    17711771    <method name="getGuestOSType">
    17721772      <desc>
    1773         Obtain guest os type information from guest os typeid, such as
    1774         "win31" or "ubuntu". Use <link to="IMachine::OSTypeId"/> attribute
    1775         to figure out typeid of particular guest VM. See
    1776         <link to="IVirtualBox::guestOSTypes"/> for the list of available
    1777         OS types.
    1778       </desc>
    1779       <param name="id" type="wstring" dir="in"/>
    1780       <param name="type" type="IGuestOSType" dir="return"/>
     1773        Returns an object describing the specified guest OS type.
     1774
     1775        The requested guest OS type is specified using a string which is a
     1776        mnemonic identifier of the guest operating system, such as
     1777        <tt>"win31"</tt> or <tt>"ubuntu"</tt>. The guest OS type ID of a
     1778        particular virtual machine can be read or set using the
     1779        <link to="IMachine::OSTypeId"/> attribute.
     1780
     1781        The <link to="IVirtualBox::guestOSTypes"/> collection contains all
     1782        available guest OS type objects. Each object has an
     1783        <link to="IGuestOSType::id"/> attribute which contains an identifier of
     1784        the guest OS this object describes.
     1785      </desc>
     1786      <param name="id" type="wstring" dir="in">
     1787        <desc>Guest OS type ID string.</desc>
     1788      </param>
     1789      <param name="type" type="IGuestOSType" dir="return">
     1790        <desc>Guest OS type object.</desc>
     1791      </param>
    17811792    </method>
    17821793
     
    47254736
    47264737        This method is equivalent to
    4727         doing <link to="#discardSnapshot">discardSnapshot</link>
    4728         (<link
    4729         to="IMachine::currentSnapshot">currentSnapshot</link>.<link
    4730         to="ISnapshot::id">id()</link>, ...) followed by
     4738        doing <link to="IConsole::discardSnapshot">discardSnapshot</link>
     4739        (currentSnapshot.id(), progress) followed by
    47314740        <link to="#discardCurrentState()"/>.
    47324741
     
    47414750        it. This differs from performing a single
    47424751        <link to="#discardSnapshot()"/> call (note that no
    4743         <link to="#discardCurrentState()"/> will be possible after it) to the
    4744         effect that the latter will preserve the current state instead of
     4752        <link to="#discardCurrentState()"/> will be possible after it)
     4753        to the effect that the latter will preserve the current state instead of
    47454754        discarding it.
    47464755
     
    47564765          If the machine state is <link to="MachineState::Saved">Saved</link>
    47574766          prior to this operation, the saved state file will be implicitly
    4758           discarded (as if <link to="IConsole::discardSavedState()"/> were
    4759           called).</note>
     4767          discarded (as if <link to="#discardSavedState()"/> were
     4768          called).
     4769        </note>
    47604770
    47614771        <note>
     
    87208730        Flag whether this serial port acts as a server (creates a new pipe on
    87218731        the host) or as a client (uses the existing pipe). This attribute is
    8722         used only when #hostMode is PortMode::HostPipePort.
     8732        used only when <link to="#hostMode"/> is PortMode::HostPipe.
    87238733      </desc>
    87248734    </attribute>
     
    87268736    <attribute name="path" type="wstring">
    87278737      <desc>
    8728         Path to the serial port's pipe on the host when #hostMode is
    8729         PortMode::HostPipePort, or the host serial device name when #hostMode
    8730         is PortMode::HostDevicePort. In either of the above cases, setting a
    8731         @c null or an empty string as the attribute's value will result into
    8732         an error. Otherwise, the value of this property is ignored.
     8738        Path to the serial port's pipe on the host when <link to="#hostMode"/> is
     8739        PortMode::HostPipe, or the host serial device name when
     8740        <link to="#hostMode"/> is PortMode::HostDevice. In either of the above
     8741        cases, setting a @c  null or an empty string as the attribute's value
     8742        will result into an error. Otherwise, the value of this property is
     8743        ignored.
    87338744      </desc>
    87348745    </attribute>
     
    93919402        the product. This also means that (<link
    93929403        to="IConsole::attachUSBDevice()"/>) can only succeed on Win32 if
    9393         the device state is #USBDeviceHeld.
     9404        the device state is #Held.
    93949405      </note>
    93959406
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