doc/TCL-HOWTO.dox

changeset 33955
55aa58076485
parent 26824
c7ba07f9ca42
child 35502
0b36a09030b3
child 36784
e8e23435367d
equal deleted inserted replaced
33954:e8c5de29a4b6 33955:55aa58076485
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://pidgin.im/" ] 40 "https://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 purple (or Pidgin, or finch, or ...) signals 45 notification of various purple (or Pidgin, or finch, or ...) signals

mercurial