|
[Webware-checkins] CVS: Webware/WebKit/Docs RelNotes-0.6.1.html,1.5,1.6
From: Geoff Talvola <gtalvola@us...> - 2002-01-26 17:36
|
Update of /cvsroot/webware/Webware/WebKit/Docs In directory usw-pr-cvs1:/tmp/cvs-serv26160/WebKit/Docs Modified Files: RelNotes-0.6.1.html Log Message: Added Application.addShutDownHandler(func) which you can use to register a function that should be called on shutdown. Index: RelNotes-0.6.1.html =================================================================== RCS file: /cvsroot/webware/Webware/WebKit/Docs/RelNotes-0.6.1.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RelNotes-0.6.1.html 2002/01/24 21:23:14 1.5 --- RelNotes-0.6.1.html 2002/01/26 17:35:58 1.6 *************** *** 59,62 **** --- 59,63 ---- These are equivalent to the methods in Application of the same name, except that they don't take the transaction as the first argument. + <li> Added Application.addShutDownHandler(func) which you can use to register a function that should be called on shutdown. </ul> *************** *** 66,67 **** --- 67,69 ---- </body> </html> + |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebKit/Docs RelNotes-0.6.1.html,1.5,1.6 | Geoff Talvola <gtalvola@us...> |