comparison plugins/HOWTO @ 393:bbff7d508593

[gaim-migrate @ 403] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 13:11:13 +0000
parents be408b41c172
children 59d97cd251ff
comparison
equal deleted inserted replaced
392:df5127560034 393:bbff7d508593
27 DO NOT CHANGE THIS POINTER! Bad things will happen. You've been warned. It's 27 DO NOT CHANGE THIS POINTER! Bad things will happen. You've been warned. It's
28 needed for connecting to signals and things. It's a good idea to remember it 28 needed for connecting to signals and things. It's a good idea to remember it
29 somehow. 29 somehow.
30 30
31 gaim_plugin_init should return an int. If the int it returns is anything other 31 gaim_plugin_init should return an int. If the int it returns is anything other
32 than 0, it is interpreted as an error, and gaim_plugin_error is called. See 32 than 1, it is interpreted as an error, and gaim_plugin_error is called. See
33 the ChangeLog file in this directory for more details, and error.c for an 33 the ChangeLog file in this directory for more details, and error.c for an
34 example. 34 example.
35 35
36 You can basically do anything you want in the plugin. You can make function 36 You can basically do anything you want in the plugin. You can make function
37 calls, change public widgets, display new widgets, things like that. But the 37 calls, change public widgets, display new widgets, things like that. But the