- Timestamp:
- Apr 10, 2018 9:12:46 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r71413 r71803 3915 3915 3916 3916 <sect1> 3917 <title>Incompatible API changes with version x.x</title>3917 <title>Incompatible API changes with version 5.3</title> 3918 3918 3919 3919 <itemizedlist> … … 3936 3936 </listitem> 3937 3937 3938 <listitem><para>The <link linkend="FileCopyFlag">FileCopyFlag</link> flags for 3939 <link linkend="IGuestSession__directoryCopyFromGuest">IGuestSession::directoryCopyFromGuest()</link> 3940 have been implemented.</para> 3941 </listitem> 3942 3938 3943 <listitem> 3939 3944 <para>The following methods have been implemented: 3940 <computeroutput>IGuestSession::directoryCopyFromGuest()</computeroutput> and 3941 <computeroutput>IGuestSession::directoryCopyToGuest()</computeroutput>. 3945 <link linkend="IGuestSession__directoryCopyFromGuest">IGuestSession::directoryCopyFromGuest()</link> and 3946 <link linkend="IGuestSession__directoryCopyToGuest">IGuestSession::directoryCopyToGuest()</link>, 3947 <link linkend="IGuestFile__queryInfo">IGuestFile::queryInfo()</link>, 3948 <link linkend="IGuestFile__querySize">IGuestFile::querySize()</link>. 3942 3949 </para> 3943 3950 3944 3951 <para>The following attributes have been implemented: 3945 < computeroutput>IGuestFsObjInfo::accessTime</computeroutput>,3946 < computeroutput>IGuestFsObjInfo::birthTime</computeroutput>,3947 < computeroutput>IGuestFsObjInfo::changeTime</computeroutput> and3948 < computeroutput>IGuestFsObjInfo::modificationTime</computeroutput>.3952 <link linkend="IGuestFsObjInfo__accessTime">IGuestFsObjInfo::accessTime</link>, 3953 <link linkend="IGuestFsObjInfo__birthTime">IGuestFsObjInfo::birthTime</link>, 3954 <link linkend="IGuestFsObjInfo__changeTime">IGuestFsObjInfo::changeTime</link> and 3955 <link linkend="IGuestFsObjInfo__modificationTime">IGuestFsObjInfo::modificationTime</link>. 3949 3956 </para> 3950 3957
Note:
See TracChangeset
for help on using the changeset viewer.