- Timestamp:
- Dec 8, 2021 2:55:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r87265 r92822 4139 4139 interfaces, methods or attributes or other changes that do not affect 4140 4140 existing client code.</para> 4141 4142 <sect1> 4143 <title>Incompatible API changes with version 7.0</title> 4144 4145 <itemizedlist> 4146 4147 <listitem><para><link linkend="IGuestSession__directoryCopyFromGuest">IGuestSession::directoryCopyFromGuest()</link> and 4148 <link linkend="IGuestSession__directoryCopyToGuest">IGuestSession::directoryCopyToGuest()</link> no longer implicitly 4149 copy recursively and follow symbolic links -- for this to continue working, the newly introduced flags 4150 <link linkend="DirectoryCopyFlag_Recursive">DirectoryCopyFlag_Recursive</link> and/or 4151 <link linkend="DirectoryCopyFlag_FollowLinks">DirectoryCopyFlag_FollowLinks</link> have to be used.</para> 4152 </listitem> 4153 4154 </itemizedlist> 4155 4156 </sect1> 4141 4157 4142 4158 <sect1>
Note:
See TracChangeset
for help on using the changeset viewer.