doc/TCL-HOWTO.dox

changeset 16257
66f737e6b718
parent 10597
41d2db9fefd5
child 24595
8b5abc3f53a9
equal deleted inserted replaced
16256:8c912f6c4f43 16257:66f737e6b718
35 return [ list "Example Plugin" \ 35 return [ list "Example Plugin" \
36 "1.0" \ 36 "1.0" \
37 "Example plugin registration" \ 37 "Example plugin registration" \
38 "Example of how to register a plugin for the Tcl HOWTO" \ 38 "Example of how to register a plugin for the Tcl HOWTO" \
39 "Ethan Blanton <eblanton@cs.purdue.edu>" \ 39 "Ethan Blanton <eblanton@cs.purdue.edu>" \
40 "http://gaim.sf.net/" ] 40 "http://pidgin.im/" ]
41 } 41 }
42 @endcode 42 @endcode
43 43
44 The rest of the script will generally be registration to recieve 44 The rest of the script will generally be registration to recieve
45 notification of various Gaim signals (more about this below) and 45 notification of various Gaim signals (more about this below) and

mercurial