comparison src/conversation.h @ 11328:b8c93c40ee2e

[gaim-migrate @ 13540] Remove two function declarations for ghostly functions. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Aug 2005 03:56:35 +0000
parents 096020ae09a9
children 17142948653e
comparison
equal deleted inserted replaced
11327:1696caba7db2 11328:b8c93c40ee2e
1432 * 1432 *
1433 * @return The current conversation placement function. 1433 * @return The current conversation placement function.
1434 */ 1434 */
1435 GaimConvPlacementFunc gaim_conv_placement_get_current_func(void); 1435 GaimConvPlacementFunc gaim_conv_placement_get_current_func(void);
1436 1436
1437 /**
1438 * Returns the id of the specified conversation placement function.
1439 *
1440 * @param fnc A pointer to the registered function.
1441 *
1442 * @return The id of the conversation, or NULL if the function is not
1443 * registered.
1444 */
1445 const char *gaim_conv_placement_get_fnc_id(GaimConvPlacementFunc fnc);
1446
1447 /*@}*/ 1437 /*@}*/
1448 1438
1449 /**************************************************************************/ 1439 /**************************************************************************/
1450 /** @name UI Registration Functions */ 1440 /** @name UI Registration Functions */
1451 /**************************************************************************/ 1441 /**************************************************************************/