comparison src/conversation.h @ 6311:eaeac660c17c

[gaim-migrate @ 6810] I'm picky about my line wrapping. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 27 Jul 2003 09:28:08 +0000
parents 5239a3b4ab33
children 96de6d9eb422
comparison
equal deleted inserted replaced
6310:f14718d7082e 6311:eaeac660c17c
1108 * Adds a conversation placement function to the list of possible functions. 1108 * Adds a conversation placement function to the list of possible functions.
1109 * 1109 *
1110 * @param name The name of the function. 1110 * @param name The name of the function.
1111 * @param fnc A pointer to the function. 1111 * @param fnc A pointer to the function.
1112 */ 1112 */
1113 void gaim_conv_placement_add_fnc(const char *id, const char *name, GaimConvPlacementFunc fnc); 1113 void gaim_conv_placement_add_fnc(const char *id, const char *name,
1114 GaimConvPlacementFunc fnc);
1114 1115
1115 /** 1116 /**
1116 * Removes a conversation placement function from the list of possible 1117 * Removes a conversation placement function from the list of possible
1117 * functions. 1118 * functions.
1118 * 1119 *