VirtualBox

Changeset 55221 in vbox for trunk/doc


Ignore:
Timestamp:
Apr 13, 2015 5:15:02 PM (10 years ago)
Author:
vboxsync
Message:

doc/SDK: fix dangling links in old API change documentation (usual way, preserving the text and removing the link)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r55214 r55221  
    38973897          <para>Two new machine states have been introduced to allow proper
    38983898          distinction between saving state and taking a snapshot.
    3899           <xref linkend="MachineState__Saving" xreflabel="MachineState_Saving" />
     3899          <xref linkend="MachineState__Saving" xreflabel="MachineState::Saving" />
    39003900          now is used exclusively while the VM's state is being saved, without
    39013901          any overlaps with snapshot functionality. The new state
    3902           <xref linkend="MachineState__Snapshotting" xreflabel="MachineState_Snapshotting" />
     3902          <xref linkend="MachineState__Snapshotting" xreflabel="MachineState::Snapshotting" />
    39033903          is used when an offline snapshot is taken and likewise the new state
    3904           <xref linkend="MachineState__OnlineSnapshotting" xreflabel="MachineState_OnlineSnapshotting" />
     3904          <xref linkend="MachineState__OnlineSnapshotting" xreflabel="MachineState::OnlineSnapshotting" />
    39053905          is used when an online snapshot is taken.</para>
    39063906        </listitem>
     
    47534753              <listitem>
    47544754                <para><computeroutput>IConsole::forgetSavedState</computeroutput>
    4755                 has been renamed to <xref
    4756                 linkend="IConsole__discardSavedState"
    4757                 xreflabel="IConsole::discardSavedState()" />.</para>
     4755                has been renamed to <computeroutput>IConsole::discardSavedState()</computeroutput>.</para>
    47584756              </listitem>
    47594757            </itemizedlist></para>
     
    50165014
    50175015        <listitem>
    5018           <para>Deleting snapshots via <xref
    5019           linkend="IConsole__deleteSnapshot"
    5020           xreflabel="IConsole::deleteSnapshot()" /> is now possible while the
    5021           associated VM is running in almost all cases. The API is unchanged,
    5022           but client code that verifies machine states to determine whether
    5023           snapshots can be deleted may need to be adjusted.</para>
     5016          <para>Deleting snapshots via
     5017          <computeroutput>IConsole::deleteSnapshot()</computeroutput> is now
     5018          possible while the associated VM is running in almost all cases.
     5019          The API is unchanged, but client code that verifies machine states
     5020          to determine whether snapshots can be deleted may need to be
     5021          adjusted.</para>
    50245022        </listitem>
    50255023
     
    51315129          <para>There were substantial changes related to snapshots, triggered
    51325130          by the "branched snapshots" functionality introduced with version
    5133           3.1. IConsole::discardSnapshot was renamed to <xref
    5134           linkend="IConsole__deleteSnapshot"
    5135           xreflabel="IConsole::deleteSnapshot()" />.
     5131          3.1. IConsole::discardSnapshot was renamed to
     5132          <computeroutput>IConsole::deleteSnapshot()</computeroutput>.
    51365133          IConsole::discardCurrentState and
    51375134          IConsole::discardCurrentSnapshotAndState were removed; corresponding
    5138           new functionality is in <xref linkend="IConsole__restoreSnapshot"
    5139           xreflabel="IConsole::restoreSnapshot()" />. Also, when <xref
    5140           linkend="IConsole__takeSnapshot"
    5141           xreflabel="IConsole::takeSnapshot()" /> is called on a running
    5142           virtual machine, a live snapshot will be created. The old behavior
    5143           was to temporarily pause the virtual machine while creating an
    5144           online snapshot.</para>
     5135          new functionality is in <computeroutput>IConsole::restoreSnapshot()</computeroutput>.
     5136          Also, when <computeroutput>IConsole::takeSnapshot()</computeroutput>
     5137          is called on a running virtual machine, a live snapshot will be
     5138          created. The old behavior was to temporarily pause the virtual
     5139          machine while creating an online snapshot.</para>
    51455140        </listitem>
    51465141
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