diff plugins/HOWTO @ 398:59d97cd251ff

[gaim-migrate @ 408] this better work committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 13:59:03 +0000
parents bbff7d508593
children e4c34ca88d9b
line wrap: on
line diff
--- a/plugins/HOWTO	Mon Jun 12 13:56:58 2000 +0000
+++ b/plugins/HOWTO	Mon Jun 12 13:59:03 2000 +0000
@@ -28,10 +28,9 @@
 needed for connecting to signals and things. It's a good idea to remember it
 somehow.
 
-gaim_plugin_init should return an int. If the int it returns is anything other
-than 1, it is interpreted as an error, and gaim_plugin_error is called. See
-the ChangeLog file in this directory for more details, and error.c for an
-example.
+gaim_plugin_init should return an int. If the int returned is less than 0, it
+is interpreted as an error, and gaim_plugin_error is called. See the ChangeLog
+file in this directory for more details, and error.c for an example.
 
 You can basically do anything you want in the plugin. You can make function
 calls, change public widgets, display new widgets, things like that. But the