VirtualBox

Changeset 35296 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Dec 22, 2010 12:31:06 PM (14 years ago)
Author:
vboxsync
Message:

sdkref: formatting, grammar

File:
1 edited

Legend:

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

    r35295 r35296  
    35663566
    35673567              <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>
    35733572              </listitem>
    35743573            </itemizedlist></para>
     
    35933592              <listitem>
    35943593                <para>To reduce code duplication and for consistency with the
    3595                 aforementioned media API changes,
     3594                aforementioned media APIs,
    35963595                <computeroutput>IVirtualBox::getMachine()</computeroutput> has
    35973596                been merged with <xref linkend="IVirtualBox__findMachine"
     
    37043703          interface: <itemizedlist>
    37053704              <listitem>
    3706                 <para><computeroutput>IVRDPServer</computeroutput> interface
    3707                 has been renamed to <xref linkend="IVRDEServer"
     3705                <para><computeroutput>IVRDPServer</computeroutput> has been
     3706                renamed to <xref linkend="IVRDEServer"
    37083707                xreflabel="IVRDEServer" />.</para>
    37093708              </listitem>
    37103709
    37113710              <listitem>
    3712                 <para><computeroutput>IRemoteDisplayInfo</computeroutput>
    3713                 interface has been renamed to <xref linkend="IVRDEServerInfo"
     3711                <para><computeroutput>IRemoteDisplayInfo</computeroutput> has
     3712                been renamed to <xref linkend="IVRDEServerInfo"
    37143713                xreflabel="IVRDEServerInfo" />.</para>
    37153714              </listitem>
    37163715
    37173716              <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
    37403736                <computeroutput>IVRDEServer</computeroutput> to support
    37413737                generic VRDE properties: <itemizedlist>
    37423738                    <listitem>
    37433739                      <para><xref linkend="IVRDEServer__setVRDEProperty"
    3744                       xreflabel="IVRDEServer::SetVRDEProperty" /></para>
     3740                      xreflabel="IVRDEServer::setVRDEProperty" /></para>
    37453741                    </listitem>
    37463742
    37473743                    <listitem>
    37483744                      <para><xref linkend="IVRDEServer__getVRDEProperty"
    3749                       xreflabel="IVRDEServer::GetVRDEProperty" /></para>
     3745                      xreflabel="IVRDEServer::getVRDEProperty" /></para>
    37503746                    </listitem>
    37513747
     
    37563752                  </itemizedlist></para>
    37573753
    3758                 <para>A few implementation specific attributes of the old
     3754                <para>A few implementation-specific attributes of the old
    37593755                <computeroutput>IVRDPServer</computeroutput> interface have
    37603756                been removed and replaced with properties: <itemizedlist>
    37613757                    <listitem>
    37623758                      <para><computeroutput>IVRDPServer::Ports</computeroutput>
    3763                       -- replaced with
     3759                      has been replaced with the
    37643760                      <computeroutput>"TCP/Ports"</computeroutput> property.
    37653761                      The property value is a string, which contains a
     
    37723768                    <listitem>
    37733769                      <para><computeroutput>IVRDPServer::NetAddress</computeroutput>
    3774                       -- replaced with
     3770                      has been replaced with the
    37753771                      <computeroutput>"TCP/Address"</computeroutput> property.
    37763772                      The property value is an IP address string. Example:
     
    37803776                    <listitem>
    37813777                      <para><computeroutput>IVRDPServer::VideoChannel</computeroutput>
    3782                       -- replaced with
     3778                      has been replaced with the
    37833779                      <computeroutput>"VideoChannel/Enabled"</computeroutput>
    37843780                      property. The property value is either
     
    37893785                    <listitem>
    37903786                      <para><computeroutput>IVRDPServer::VideoChannelQuality</computeroutput>
    3791                       -- replaced with
     3787                      has been replaced with the
    37923788                      <computeroutput>"VideoChannel/Quality"</computeroutput>
    37933789                      property. The property value is a string which contain a
Note: See TracChangeset for help on using the changeset viewer.

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