VirtualBox

Changeset 105372 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Jul 17, 2024 11:36:51 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164025
Message:

SDK: Updated API changelog. bugref:10718

File:
1 edited

Legend:

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

    r105270 r105372  
    47934793      <itemizedlist>
    47944794
     4795        <listitem><para>Review the Main API changes made for the ARM64 CPU architecture <link linkend="vboxarm">here</link>
     4796        for incompatible changes to interfaces, methods, and attributes.</para>
     4797        </listitem>
     4798
    47954799        <listitem><para>The Python API bindings for Python 2.x is now marked as being deprecated and will
    47964800          be removed in a future version. Please upgrade your code to use Python 3.</para>
     
    48084812        </listitem>
    48094813
    4810 
    48114814        <listitem><para>Guest process creation requires a new parameter for specifying the current working directory for the new
    48124815          guest process. This is optional and can be empty.
     
    48314834        </listitem>
    48324835
    4833         <listitem><para>Review the Main API changes made for the ARM64 CPU architecture <link linkend="vboxarm">here</link>
    4834         for incompatible changes to interfaces, methods, and attributes.</para>
     4836        <listitem><para>Starting a recording now has to be done via the newly introduced method
     4837          <link linkend="IRecordingSettings__start">IRecordingSettings::start</link>. This method also will return
     4838          a recording progress object on success, which also can be retrieved at a later time via the new attribute
     4839          <link linkend="IRecordingSettings__progress">IRecordingSettings::progress</link>.</para>
     4840        </listitem>
     4841
     4842        <listitem><para>The recording settings attribute
     4843          <link linkend="IRecordingSettings__enabled">IRecordingSettings::enabled</link> does not implicitly start or stop
     4844          a recording anymore, but only will indicate that recording for a VM is enabled or disabled.
     4845          This attribute also will be used to determine if recording will be started automatically on VM start or restore.</para>
     4846        </listitem>
     4847
     4848        <listitem><para>The recording settings now expose a progress object attribute via
     4849          <link linkend="IRecordingSettings__progress">IRecordingSettings::progress</link>, which can be used to stop an
     4850          ongoing recording, track the recording progress or getting notified of recording errors.</para>
    48354851        </listitem>
    48364852
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette