comparison src/conversation.h @ 11035:11e465b55fe6

[gaim-migrate @ 12922] A host of doxygen tweaks. There's a few more left, not sure how to fix them at the moment... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 28 Jun 2005 20:36:20 +0000
parents 2b772e7094ef
children 096020ae09a9
comparison
equal deleted inserted replaced
11034:ba506d2e6a8e 11035:11e465b55fe6
410 size_t gaim_conv_window_get_conversation_count(const GaimConvWindow *win); 410 size_t gaim_conv_window_get_conversation_count(const GaimConvWindow *win);
411 411
412 /** 412 /**
413 * Switches the active conversation to the one at the specified index. 413 * Switches the active conversation to the one at the specified index.
414 * 414 *
415 * If @a index is out of range, this does nothing. 415 * @param win The window.
416 * 416 * @param conv The converstion to switch to.
417 * @param win The window.
418 * @param index The new index.
419 */ 417 */
420 void gaim_conv_window_switch_conversation(GaimConvWindow *win, 418 void gaim_conv_window_switch_conversation(GaimConvWindow *win,
421 GaimConversation *conv); 419 GaimConversation *conv);
422 420
423 /** 421 /**