diff src/cmds.h @ 10052:eaec201b2688

[gaim-migrate @ 11013] More rockin status stuff from Dave West! Things are beginning to shape up quite well. Dave, again, sorry it took me a week to get to this. Girl waits for no man. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 19 Sep 2004 21:19:55 +0000
parents acbbc0d73600
children 84cf3fc8a2cb
line wrap: on
line diff
--- a/src/cmds.h	Sun Sep 19 21:14:28 2004 +0000
+++ b/src/cmds.h	Sun Sep 19 21:19:55 2004 +0000
@@ -120,7 +120,7 @@
  *                before the command name.
  * @param data User defined data to pass to the GaimCmdFunc
  * @return A GaimCmdId. This is only used for calling gaim_cmd_unregister.
- *         Returns @c NULL on failure.
+ *         Returns 0 on failure.
  */
 GaimCmdId gaim_cmd_register(const gchar *cmd, const gchar *args, GaimCmdPriority p, GaimCmdFlag f,
                              const gchar *prpl_id, GaimCmdFunc func, const gchar *helpstr, void *data);