comparison src/plugin.h @ 7114:c47633e9e2a4

[gaim-migrate @ 7681] Documentation fixes. Make Doxygen happy. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 01:56:21 +0000
parents f7ff0dfa6b9f
children be5daff5c5ff
comparison
equal deleted inserted replaced
7113:4072d989ecdf 7114:c47633e9e2a4
238 * @param plugin The plugin to register the command with. 238 * @param plugin The plugin to register the command with.
239 * @param command The name of the command. 239 * @param command The name of the command.
240 * @param func The function to execute. 240 * @param func The function to execute.
241 * @param marshal The marshalling function. 241 * @param marshal The marshalling function.
242 * @param ret_value The return value type. 242 * @param ret_value The return value type.
243 * @param num_values The number of parameters. 243 * @param num_params The number of parameters.
244 * @param ... The parameter types. 244 * @param ... The parameter types.
245 * 245 *
246 * @return TRUE if the function was registered successfully, or 246 * @return TRUE if the function was registered successfully, or
247 * FALSE otherwise. 247 * FALSE otherwise.
248 */ 248 */