VirtualBox

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


Ignore:
Timestamp:
Aug 13, 2010 9:19:54 AM (14 years ago)
Author:
vboxsync
Message:

doc/idl: fix a bunch of broken links

File:
1 edited

Legend:

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

    r31625 r31629  
    37943794      <desc>
    37953795        Full path to the file that stores the execution state of
    3796         the machine when it is in the <link to="MachineState_Saved"/> state.
     3796        the machine when it is in the <link to="MachineState::Saved"/> state.
    37973797        <note>
    37983798          When the machine is not in the Saved state, this attribute is
     
    41604160
    41614161        To indicate that no device is associated with the given position,
    4162         <link to="DeviceType_Null"/> should be used.
     4162        <link to="DeviceType::Null"/> should be used.
    41634163
    41644164        @todo setHardDiskBootOrder(), setNetworkBootOrder()
     
    41974197
    41984198        If here are no devices at the given position, then
    4199         <link to="DeviceType_Null"/> is returned.
     4199        <link to="DeviceType::Null"/> is returned.
    42004200
    42014201        @todo getHardDiskBootOrder(), getNetworkBootOrder()
     
    58815881        powered on).
    58825882
    5883         If the machine is in the <link to="MachineState_Saved"/> state,
     5883        If the machine is in the <link to="MachineState::Saved"/> state,
    58845884        it will continue its execution the point where the state has
    58855885        been saved.
     
    58875887        If the machine <link to="IMachine::teleporterEnabled"/> property is
    58885888        enabled on the machine being powered up, the machine will wait for an
    5889         incoming teleportation in the <link to="MachineState_TeleportingIn"/>
     5889        incoming teleportation in the <link to="MachineState::TeleportingIn"/>
    58905890        state. The returned progress object will have at least three
    58915891        operations where the last three are defined as: (1) powering up and
     
    59155915      <desc>
    59165916        Identical to powerUp except that the VM will enter the
    5917         <link to="MachineState_Paused"/> state, instead of
    5918         <link to="MachineState_Running"/>.
     5917        <link to="MachineState::Paused"/> state, instead of
     5918        <link to="MachineState::Running"/>.
    59195919
    59205920        <see>#powerUp</see>
     
    61426142
    61436143        The device needs to be in one of the following states:
    6144         <link to="USBDeviceState_Busy"/>,
    6145         <link to="USBDeviceState_Available"/> or
    6146         <link to="USBDeviceState_Held"/>,
     6144        <link to="USBDeviceState::Busy"/>,
     6145        <link to="USBDeviceState::Available"/> or
     6146        <link to="USBDeviceState::Held"/>,
    61476147        otherwise an error is immediately returned.
    61486148
    61496149        When the device state is
    6150         <link to="USBDeviceState_Busy">Busy</link>, an error may also
     6150        <link to="USBDeviceState::Busy">Busy</link>, an error may also
    61516151        be returned if the host computer refuses to release it for some reason.
    61526152
     
    63946394
    63956395        If the given snapshot is an online snapshot, the machine will go to
    6396         the <link to="MachineState_Saved"> saved state</link>, so that the
     6396        the <link to="MachineState::Saved"> saved state</link>, so that the
    63976397        next time it is powered on, the execution state will be restored
    63986398        from the state of the snapshot.
     
    64036403
    64046404        <note>
    6405           If the machine state is <link to="MachineState_Saved">Saved</link>
     6405          If the machine state is <link to="MachineState::Saved">Saved</link>
    64066406          prior to this operation, the saved state file will be implicitly
    64076407          deleted (as if <link to="IConsole::discardSavedState"/> were
     
    81098109      Each snapshot contains the settings of the virtual machine (hardware
    81108110      configuration etc.). In addition, if the machine was running when the
    8111       snapshot was taken (<link to="IMachine::state"/> is <link to="MachineState_Running"/>),
     8111      snapshot was taken (<link to="IMachine::state"/> is <link to="MachineState::Running"/>),
    81128112      the current VM state is saved in the snapshot (similarly to what happens
    81138113      when a VM's state is saved). The snapshot is then said to
    81148114      be <i>online</i> because when restoring it, the VM will be running.
    81158115
    8116       If the machine is saved (<link to="MachineState_Saved"/>), the snapshot
     8116      If the machine is saved (<link to="MachineState::Saved"/>), the snapshot
    81178117      receives a copy of the execution state file (<link to="IMachine::stateFilePath"/>).
    81188118
    8119       Otherwise, if the machine was not running (<link to="MachineState_PoweredOff"/>
    8120       or <link to="MachineState_Aborted"/>), the snapshot is <i>offline</i>;
     8119      Otherwise, if the machine was not running (<link to="MachineState::PoweredOff"/>
     8120      or <link to="MachineState::Aborted"/>), the snapshot is <i>offline</i>;
    81218121      it then contains a so-called "zero execution state", representing a
    81228122      machine that is powered off.
     
    85618561      there is a possibility to cause VirtualBox to compose a unique value for
    85628562      the file name part of the location using the UUID of the hard disk. This
    8563       applies only to hard disks in <link to="MediumState_NotCreated"/> state,
     8563      applies only to hard disks in <link to="MediumState::NotCreated"/> state,
    85648564      e.g. before the storage unit is created, and works as follows. You set the
    85658565      value of the <link to="IMedium::location"/> attribute to a location
     
    87618761          For some storage types, reading this attribute may return an outdated
    87628762          (last known) value when <link to="#state"/> is <link
    8763           to="MediumState_Inaccessible"/> or <link
    8764           to="MediumState_LockedWrite"/> because the value of this attribute is
     8763          to="MediumState::Inaccessible"/> or <link
     8764          to="MediumState::LockedWrite"/> because the value of this attribute is
    87658765          stored within the storage unit itself. Also note that changing the
    87668766          attribute value is not possible in such case, as well as when the
    8767           medium is the <link to="MediumState_LockedRead"/> state.
     8767          medium is the <link to="MediumState::LockedRead"/> state.
    87688768        </note>
    87698769      </desc>
     
    88508850        <note>
    88518851          For media whose <link to="#state"/> is <link
    8852           to="MediumState_Inaccessible"/>, the value of this property is the
    8853           last known size. For <link to="MediumState_NotCreated"/> media,
     8852          to="MediumState::Inaccessible"/>, the value of this property is the
     8853          last known size. For <link to="MediumState::NotCreated"/> media,
    88548854          the returned value is zero.
    88558855        </note>
     
    88998899          </li>
    89008900          <li>As long as the medium has children, its type cannot be set
    8901               to <link to="MediumType_Writethrough"/>.
     8901              to <link to="MediumType::Writethrough"/>.
    89028902          </li>
    89038903          <li>The type of all differencing media is
    8904               <link to="MediumType_Normal"/> and cannot be changed.
     8904              <link to="MediumType::Normal"/> and cannot be changed.
    89058905          </li>
    89068906        </ul>
    89078907
    89088908        The type of a newly created or opened medium is set to
    8909         <link to="MediumType_Normal"/>, except for DVD and floppy media,
    8910         which have a type of <link to="MediumType_Writethrough"/>.
     8909        <link to="MediumType::Normal"/>, except for DVD and floppy media,
     8910        which have a type of <link to="MediumType::Writethrough"/>.
    89118911      </desc>
    89128912    </attribute>
     
    89598959        medium for that. See the interface description for more information.
    89608960
    8961         Note that all <link to="MediumType_Immutable">Immutable</link> media
     8961        Note that all <link to="MediumType::Immutable">Immutable</link> media
    89628962        are always read-only while all
    8963         <link to="MediumType_Writethrough">Writethrough</link> media are
     8963        <link to="MediumType::Writethrough">Writethrough</link> media are
    89648964        always not.
    89658965
     
    89868986        <note>
    89878987          For media whose state is <link to="#state"/> is <link
    8988           to="MediumState_Inaccessible"/>, the value of this property is the
    8989           last known logical size. For <link to="MediumState_NotCreated"/>
     8988          to="MediumState::Inaccessible"/>, the value of this property is the
     8989          last known logical size. For <link to="MediumState::NotCreated"/>
    89908990          media, the returned value is zero.
    89918991        </note>
     
    94719471
    94729472        Before the operation starts, the medium is placed in
    9473         <link to="MediumState_Creating"/> state. If the create operation
    9474         fails, the medium will be placed back in <link to="MediumState_NotCreated"/>
     9473        <link to="MediumState::Creating"/> state. If the create operation
     9474        fails, the medium will be placed back in <link to="MediumState::NotCreated"/>
    94759475        state.
    94769476
    94779477        After the returned progress object reports that the operation has
    94789478        successfully completed, the medium state will be set to <link
    9479         to="MediumState_Created"/>, the medium will be remembered by this
     9479        to="MediumState::Created"/>, the medium will be remembered by this
    94809480        VirtualBox installation and may be attached to virtual machines.
    94819481
     
    95059505        is already in progress, or if the medium is being in use (locked for
    95069506        read or for write) or inaccessible. Therefore, the only valid state for
    9507         this operation to succeed is <link to="MediumState_Created"/>.
     9507        this operation to succeed is <link to="MediumState::Created"/>.
    95089508
    95099509        Before the operation starts, the medium is placed in
    9510         <link to="MediumState_Deleting"/> state and gets removed from the list
     9510        <link to="MediumState::Deleting"/> state and gets removed from the list
    95119511        of remembered hard disks (media registry). If the delete operation
    95129512        fails, the medium will be remembered again and placed back to
    9513         <link to="MediumState_Created"/> state.
     9513        <link to="MediumState::Created"/> state.
    95149514
    95159515        After the returned progress object reports that the operation is
    95169516        complete, the medium state will be set to
    9517         <link to="MediumState_NotCreated"/> and you will be able to use one of
     9517        <link to="MediumState::NotCreated"/> and you will be able to use one of
    95189518        the storage creation methods to create it again.
    95199519
     
    95489548        argument.
    95499549
    9550         The target medium must be in <link to="MediumState_NotCreated"/>
     9550        The target medium must be in <link to="MediumState::NotCreated"/>
    95519551        state (i.e. must not have an existing storage unit). Upon successful
    95529552        completion, this operation will set the type of the target medium to
    9553         <link to="MediumType_Normal"/> and create a storage unit necessary to
     9553        <link to="MediumType::Normal"/> and create a storage unit necessary to
    95549554        represent the differencing medium data in the given format (according
    95559555        to the storage format of the target object).
     
    95609560
    95619561        <note>
    9562           The medium will be set to <link to="MediumState_LockedRead"/>
     9562          The medium will be set to <link to="MediumState::LockedRead"/>
    95639563          state for the duration of this operation.
    95649564        </note>
     
    96259625          <li>
    96269626            Neither the source medium nor the target medium is an
    9627             <link to="MediumType_Immutable"/> medium.
     9627            <link to="MediumType::Immutable"/> medium.
    96289628          </li>
    96299629          <li>
     
    96389638          <li>
    96399639            None of the involved media are in
    9640             <link to="MediumState_LockedRead"/> or
    9641             <link to="MediumState_LockedWrite"/> state.
     9640            <link to="MediumState::LockedRead"/> or
     9641            <link to="MediumState::LockedWrite"/> state.
    96429642          </li>
    96439643        </ul>
     
    96459645        <note>
    96469646          This (source) medium and all intermediates will be placed to <link
    9647           to="MediumState_Deleting"/> state and the target medium will be
    9648           placed to <link to="MediumState_LockedWrite"/> state and for the
     9647          to="MediumState::Deleting"/> state and the target medium will be
     9648          placed to <link to="MediumState::LockedWrite"/> state and for the
    96499649          duration of this operation.
    96509650        </note>
     
    96659665        location defined by the @a target argument.
    96669666
    9667         The target medium must be either in <link to="MediumState_NotCreated"/>
     9667        The target medium must be either in <link to="MediumState::NotCreated"/>
    96689668        state (i.e. must not have an existing storage unit) or in
    9669         <link to="MediumState_Created"/> state (i.e. created and not locked, and
     9669        <link to="MediumState::Created"/> state (i.e. created and not locked, and
    96709670        big enough to hold the data or else the copy will be partial). Upon
    96719671        successful completion, the cloned medium will contain exactly the
     
    96879687
    96889688        <note>
    9689           This medium will be placed to <link to="MediumState_LockedRead"/>
     9689          This medium will be placed to <link to="MediumState::LockedRead"/>
    96909690          state for the duration of this operation.
    96919691        </note>
     
    97179717        substantial amount of additional disk space.
    97189718
    9719         This medium will be placed to <link to="MediumState_LockedWrite"/>
     9719        This medium will be placed to <link to="MediumState::LockedWrite"/>
    97209720        state and all its parent media (if any) will be placed to
    9721         <link to="MediumState_LockedRead"/> state for the duration of this
     9721        <link to="MediumState::LockedRead"/> state for the duration of this
    97229722        operation.
    97239723
     
    97489748        is usually much lower than using the clone operation.
    97499749
    9750         This medium will be placed to <link to="MediumState_LockedWrite"/>
     9750        This medium will be placed to <link to="MediumState::LockedWrite"/>
    97519751        state for the duration of this operation.
    97529752
     
    97849784        </result>
    97859785        <result name="VBOX_E_INVALID_OBJECT_STATE">
    9786           Medium is not in <link to="MediumState_Created"/> or
    9787           <link to="MediumState_Inaccessible"/> state.
     9786          Medium is not in <link to="MediumState::Created"/> or
     9787          <link to="MediumState::Inaccessible"/> state.
    97889788        </result>
    97899789      </desc>
     
    99719971
    99729972        The returned arrays are filled in only if the
    9973         <link to="MediumFormatCapabilities_Properties"/> flag is set.
     9973        <link to="MediumFormatCapabilities::Properties"/> flag is set.
    99749974        All arguments must be non-@c null.
    99759975
     
    1029910299      <desc>
    1030010300        Color depth, in bits per pixel. When <link to="#pixelFormat"/> is <link
    10301         to="FramebufferPixelFormat_FOURCC_RGB">FOURCC_RGB</link>, valid values
     10301        to="FramebufferPixelFormat::FOURCC_RGB">FOURCC_RGB</link>, valid values
    1030210302        are: 8, 15, 16, 24 and 32.
    1030310303      </desc>
     
    1030710307      <desc>
    1030810308        Scan line size, in bytes. When <link to="#pixelFormat"/> is <link
    10309         to="FramebufferPixelFormat_FOURCC_RGB">FOURCC_RGB</link>, the
     10309        to="FramebufferPixelFormat::FOURCC_RGB">FOURCC_RGB</link>, the
    1031010310        size of the scan line must be aligned to 32 bits.
    1031110311      </desc>
     
    1031810318        <note>
    1031910319          This attribute must never return <link
    10320           to="FramebufferPixelFormat_Opaque"/> -- the format of the buffer
     10320          to="FramebufferPixelFormat::Opaque"/> -- the format of the buffer
    1032110321          <link to="#address"/> points to must be always known.
    1032210322        </note>
     
    1042410424        The @a pixelFormat parameter defines whether the direct mode is
    1042510425        available or not. If @a pixelFormat is <link
    10426         to="FramebufferPixelFormat_Opaque"/> then direct access to the guest
     10426        to="FramebufferPixelFormat::Opaque"/> then direct access to the guest
    1042710427        VRAM buffer is not available -- the @a VRAM, @a bitsPerPixel and
    1042810428        @a bytesPerLine parameters must be ignored and the implementation must use
     
    1046510465        value must always correlate with <link to="#pixelFormat"/>. Note that
    1046610466        the <link to="#pixelFormat"/> attribute must never return <link
    10467         to="FramebufferPixelFormat_Opaque"/> regardless of the selected mode.
     10467        to="FramebufferPixelFormat::Opaque"/> regardless of the selected mode.
    1046810468
    1046910469        <note>
     
    1142311423        They are run against a list of all currently available USB
    1142411424        devices (in states
    11425         <link to="USBDeviceState_Available"/>,
    11426         <link to="USBDeviceState_Busy"/>,
    11427         <link to="USBDeviceState_Held"/>) that were not previously
     11425        <link to="USBDeviceState::Available"/>,
     11426        <link to="USBDeviceState::Busy"/>,
     11427        <link to="USBDeviceState::Held"/>) that were not previously
    1142811428        ignored by global filters.
    1142911429
     
    1273812738        for a particular session using the <link to="IMachine::launchVMProcess" />
    1273912739        or <link to="IMachine::lockMachine" /> calls. Otherwise the state of
    12740         the machine will be set to <link to="MachineState_Aborted" /> on the
     12740        the machine will be set to <link to="MachineState::Aborted" /> on the
    1274112741        server, and changes made to the machine settings will be lost.
    1274212742
     
    1465714657      The @a scope argument defines one of three scopes:
    1465814658      <link to="IVirtualBox::sharedFolders">global shared folders</link>
    14659       (<link to="Scope_Global">Global</link>),
     14659      (<link to="Scope::Global">Global</link>),
    1466014660      <link to="IMachine::sharedFolders">permanent shared folders</link> of
    14661       the machine (<link to="Scope_Machine">Machine</link>) or <link
     14661      the machine (<link to="Scope::Machine">Machine</link>) or <link
    1466214662      to="IConsole::sharedFolders">transient shared folders</link> of the
    14663       machine (<link to="Scope_Session">Session</link>). Interested callees
     14663      machine (<link to="Scope::Session">Session</link>). Interested callees
    1466414664      should use query the corresponding collections to find out what has
    1466514665      changed.
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