comparison src/conversation.h @ 7561:cdfdbabd3266

[gaim-migrate @ 8175] Move conversation placement from a core pref to a UI pref. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 18 Nov 2003 23:24:05 +0000
parents 643cbc9a6035
children fa6395637e2c
comparison
equal deleted inserted replaced
7560:af9968dbdc70 7561:cdfdbabd3266
1239 * @return A pointer to the function. 1239 * @return A pointer to the function.
1240 */ 1240 */
1241 GaimConvPlacementFunc gaim_conv_placement_get_fnc(const char *id); 1241 GaimConvPlacementFunc gaim_conv_placement_get_fnc(const char *id);
1242 1242
1243 /** 1243 /**
1244 * Sets the current conversation placement function.
1245 *
1246 * @param func The new conversation placement function.
1247 */
1248 void gaim_conv_placement_set_current_func(GaimConvPlacementFunc func);
1249
1250 /**
1251 * Returns the current conversation placement function.
1252 *
1253 * @return The current conversation placement function.
1254 */
1255 GaimConvPlacementFunc gaim_conv_placement_get_current_func(void);
1256
1257 /**
1244 * Returns the id of the specified conversation placement function. 1258 * Returns the id of the specified conversation placement function.
1245 * 1259 *
1246 * @param fnc A pointer to the registered function. 1260 * @param fnc A pointer to the registered function.
1247 * 1261 *
1248 * @return The id of the conversation, or NULL if the function is not 1262 * @return The id of the conversation, or NULL if the function is not