Changeset 48297 in vbox for trunk/doc/manual
- Timestamp:
- Sep 5, 2013 9:57:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r47980 r48297 3531 3531 <itemizedlist> 3532 3532 <listitem> 3533 <para>The explicit medium locking methods 3534 <xref linkend="IMedium__lockRead" xreflabel="IMedium::lockRead()" /> 3535 and <xref linkend="IMedium__lockWrite" xreflabel="IMedium::lockWrite()" /> 3536 have been redesigned. They return a lock token object reference 3537 now, and calling the <xref linkend="IToken__abandon" 3538 xreflabel="IToken::abandon()" /> method (or letting the reference 3539 count to this object drop to 0) will unlock it. This eliminates 3540 the rather common problem that an API client crash left behind 3541 locks, and also improves the safety (API clients can't release 3542 locks they didn't obtain).</para> 3543 </listitem> 3544 3545 <listitem> 3533 3546 <para><computeroutput>IMachine::delete</computeroutput> 3534 3547 has been renamed to <xref linkend="IMachine__deleteConfig"
Note:
See TracChangeset
for help on using the changeset viewer.