Changeset 35296 in vbox for trunk/doc/manual
- Timestamp:
- Dec 22, 2010 12:31:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r35295 r35296 3566 3566 3567 3567 <listitem> 3568 <para><computeroutput>ISystemProperties::getMaxVDISize()</computeroutput> 3569 has been replaced by the <xref 3570 linkend="ISystemProperties__infoVDSize" 3571 xreflabel="ISystemProperties::infoVDSize" /> attribute; this 3572 now uses bytes instead of megabytes.</para> 3568 <para>The <xref linkend="ISystemProperties__infoVDSize" 3569 xreflabel="ISystemProperties::infoVDSize" /> attribute 3570 replaces the <computeroutput>getMaxVDISize()</computeroutput> 3571 API call; this now uses bytes instead of megabytes.</para> 3573 3572 </listitem> 3574 3573 </itemizedlist></para> … … 3593 3592 <listitem> 3594 3593 <para>To reduce code duplication and for consistency with the 3595 aforementioned media API changes,3594 aforementioned media APIs, 3596 3595 <computeroutput>IVirtualBox::getMachine()</computeroutput> has 3597 3596 been merged with <xref linkend="IVirtualBox__findMachine" … … 3704 3703 interface: <itemizedlist> 3705 3704 <listitem> 3706 <para><computeroutput>IVRDPServer</computeroutput> interface3707 has beenrenamed to <xref linkend="IVRDEServer"3705 <para><computeroutput>IVRDPServer</computeroutput> has been 3706 renamed to <xref linkend="IVRDEServer" 3708 3707 xreflabel="IVRDEServer" />.</para> 3709 3708 </listitem> 3710 3709 3711 3710 <listitem> 3712 <para><computeroutput>IRemoteDisplayInfo</computeroutput> 3713 interface hasbeen renamed to <xref linkend="IVRDEServerInfo"3711 <para><computeroutput>IRemoteDisplayInfo</computeroutput> has 3712 been renamed to <xref linkend="IVRDEServerInfo" 3714 3713 xreflabel="IVRDEServerInfo" />.</para> 3715 3714 </listitem> 3716 3715 3717 3716 <listitem> 3718 <para><computeroutput>IMachine::VRDPServer</computeroutput> 3719 attribute has been renamed to <xref 3720 linkend="IMachine__VRDEServer" 3721 xreflabel="IMachine::VRDEServer" />.</para> 3722 </listitem> 3723 3724 <listitem> 3725 <para><computeroutput>IConsole::RemoteDisplayInfo</computeroutput> 3726 attribute has been renamed to <xref 3727 linkend="IConsole__VRDEServerInfo" 3728 xreflabel="IConsole::VRDEServerInfo" />.</para> 3729 </listitem> 3730 3731 <listitem> 3732 <para><computeroutput>ISystemProperties::RemoteDisplayAuthLibrary</computeroutput> 3733 attribute has been renamed to <xref 3734 linkend="ISystemProperties__VRDEAuthLibrary" 3735 xreflabel="ISystemProperties::VRDEAuthLibrary" />.</para> 3736 </listitem> 3737 3738 <listitem> 3739 <para>Following methods has been implemented in 3717 <para><xref linkend="IMachine__VRDEServer" 3718 xreflabel="IMachine::VRDEServer" /> replaces 3719 <computeroutput>VRDPServer.</computeroutput></para> 3720 </listitem> 3721 3722 <listitem> 3723 <para><xref linkend="IConsole__VRDEServerInfo" 3724 xreflabel="IConsole::VRDEServerInfo" /> replaces 3725 <computeroutput>RemoteDisplayInfo</computeroutput>.</para> 3726 </listitem> 3727 3728 <listitem> 3729 <para><xref linkend="ISystemProperties__VRDEAuthLibrary" 3730 xreflabel="ISystemProperties::VRDEAuthLibrary" /> replaces 3731 <computeroutput>RemoteDisplayAuthLibrary</computeroutput>.</para> 3732 </listitem> 3733 3734 <listitem> 3735 <para>The following methods have been implemented in 3740 3736 <computeroutput>IVRDEServer</computeroutput> to support 3741 3737 generic VRDE properties: <itemizedlist> 3742 3738 <listitem> 3743 3739 <para><xref linkend="IVRDEServer__setVRDEProperty" 3744 xreflabel="IVRDEServer:: SetVRDEProperty" /></para>3740 xreflabel="IVRDEServer::setVRDEProperty" /></para> 3745 3741 </listitem> 3746 3742 3747 3743 <listitem> 3748 3744 <para><xref linkend="IVRDEServer__getVRDEProperty" 3749 xreflabel="IVRDEServer:: GetVRDEProperty" /></para>3745 xreflabel="IVRDEServer::getVRDEProperty" /></para> 3750 3746 </listitem> 3751 3747 … … 3756 3752 </itemizedlist></para> 3757 3753 3758 <para>A few implementation 3754 <para>A few implementation-specific attributes of the old 3759 3755 <computeroutput>IVRDPServer</computeroutput> interface have 3760 3756 been removed and replaced with properties: <itemizedlist> 3761 3757 <listitem> 3762 3758 <para><computeroutput>IVRDPServer::Ports</computeroutput> 3763 -- replaced with3759 has been replaced with the 3764 3760 <computeroutput>"TCP/Ports"</computeroutput> property. 3765 3761 The property value is a string, which contains a … … 3772 3768 <listitem> 3773 3769 <para><computeroutput>IVRDPServer::NetAddress</computeroutput> 3774 -- replaced with3770 has been replaced with the 3775 3771 <computeroutput>"TCP/Address"</computeroutput> property. 3776 3772 The property value is an IP address string. Example: … … 3780 3776 <listitem> 3781 3777 <para><computeroutput>IVRDPServer::VideoChannel</computeroutput> 3782 -- replaced with3778 has been replaced with the 3783 3779 <computeroutput>"VideoChannel/Enabled"</computeroutput> 3784 3780 property. The property value is either … … 3789 3785 <listitem> 3790 3786 <para><computeroutput>IVRDPServer::VideoChannelQuality</computeroutput> 3791 -- replaced with3787 has been replaced with the 3792 3788 <computeroutput>"VideoChannel/Quality"</computeroutput> 3793 3789 property. The property value is a string which contain a
Note:
See TracChangeset
for help on using the changeset viewer.