Changeset 105372 in vbox for trunk/doc/manual
- Timestamp:
- Jul 17, 2024 11:36:51 AM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r105270 r105372 4793 4793 <itemizedlist> 4794 4794 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 4795 4799 <listitem><para>The Python API bindings for Python 2.x is now marked as being deprecated and will 4796 4800 be removed in a future version. Please upgrade your code to use Python 3.</para> … … 4808 4812 </listitem> 4809 4813 4810 4811 4814 <listitem><para>Guest process creation requires a new parameter for specifying the current working directory for the new 4812 4815 guest process. This is optional and can be empty. … … 4831 4834 </listitem> 4832 4835 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> 4835 4851 </listitem> 4836 4852
Note:
See TracChangeset
for help on using the changeset viewer.