Changeset 32306 in vbox
- Timestamp:
- Sep 8, 2010 11:29:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r32022 r32306 3391 3391 3392 3392 <listitem> 3393 <para><xref linkend="IGuest__additionsActive" 3394 xreflabel="additionsActive()" /> was replaced by 3393 <para>additionsActive() was replaced by 3395 3394 <xref linkend="IGuest__additionsRunLevel" xreflabel="additionsRunLevel()" /> 3396 3395 and <xref linkend="IGuest__getAdditionsStatus" xreflabel="getAdditionsStatus()" /> … … 3490 3489 3491 3490 <listitem> 3492 <para>IVirtualBoxCallback::onSnapshotDiscarded() is now <xref 3493 linkend="IVirtualBoxCallback__onSnapshotDeleted" 3494 xreflabel="IVirtualBoxCallback::onSnapshotDeleted()" />.</para> 3491 <para>IVirtualBoxCallback::onSnapshotDiscarded() is now 3492 IVirtualBoxCallback::onSnapshotDeleted.</para> 3495 3493 </listitem> 3496 3494 </itemizedlist></para> … … 3549 3547 3550 3548 <listitem> 3551 <para>The <computeroutput>shape</computeroutput> parameter of <xref 3552 linkend="IConsoleCallback__onMousePointerShapeChange" 3553 xreflabel="IConsoleCallback::onMousePointerShapeChange()" /> was 3549 <para>The <computeroutput>shape</computeroutput> parameter of 3550 IConsoleCallback::onMousePointerShapeChange was 3554 3551 changed from a implementation-specific pointer to a safearray, 3555 3552 enabling scripting languages to process pointer shapes.</para> … … 3641 3638 <para>The <xref linkend="IVRDPServer" xreflabel="IVRDPServer" />, 3642 3639 <xref linkend="IRemoteDisplayInfo" xreflabel="IRemoteDisplayInfo" /> 3643 and <xref linkend="IConsoleCallback" xreflabel="IConsoleCallback" />3640 and IConsoleCallback 3644 3641 interfaces were changed to reflect VRDP server ability to bind to 3645 3642 one of available ports from a list of ports.</para> … … 3654 3651 querying the actual port VRDP server listens on.</para> 3655 3652 3656 <para>An <xref linkend="IConsoleCallback__onRemoteDisplayInfoChange" 3657 xreflabel="IConsoleCallback::onRemoteDisplayInfoChange()" /> 3653 <para>An IConsoleCallback::onRemoteDisplayInfoChange() 3658 3654 notification callback has been added.</para> 3659 3655 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.