Mercurial > pidgin.yaz
comparison libpurple/plugins/tcl/tcl_glib.c @ 15823:32c366eeeb99
sed -ie 's/gaim/purple/g'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 07:01:17 +0000 |
parents | 5fe8042783c1 |
children | 44b4e8bd759b |
comparison
equal
deleted
inserted
replaced
15822:84b0f9b23ede | 15823:32c366eeeb99 |
---|---|
42 */ | 42 */ |
43 | 43 |
44 /* | 44 /* |
45 * NOTES | 45 * NOTES |
46 * | 46 * |
47 * This file was developed for the Gaim project. It inserts the Tcl | 47 * This file was developed for the Purple project. It inserts the Tcl |
48 * event loop into the glib2 event loop for the purposes of providing | 48 * event loop into the glib2 event loop for the purposes of providing |
49 * Tcl bindings in a glib2 (e.g. Gtk2) program. To use it, simply | 49 * Tcl bindings in a glib2 (e.g. Gtk2) program. To use it, simply |
50 * link it into your executable, include tcl_glib.h, and call the | 50 * link it into your executable, include tcl_glib.h, and call the |
51 * function tcl_glib_init() before creating or using any Tcl | 51 * function tcl_glib_init() before creating or using any Tcl |
52 * interpreters. Then go ahead and use Tcl, Tk, whatever to your | 52 * interpreters. Then go ahead and use Tcl, Tk, whatever to your |