diff plugins/perl/common/ConvWindow.xs @ 10856:6132e58aa618

[gaim-migrate @ 12532] sf patch #1186987, from Alex Converse "Mirror the conversation api changes in the perl interface http://cvs.sourceforge.net/viewcvs.py/gaim/gaim/src/conversation.h?r1=1.60&r2=1.61" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 21 Apr 2005 02:46:55 +0000
parents b14a7bc189b8
children 2b772e7094ef
line wrap: on
line diff
--- a/plugins/perl/common/ConvWindow.xs	Wed Apr 20 03:54:02 2005 +0000
+++ b/plugins/perl/common/ConvWindow.xs	Thu Apr 21 02:46:55 2005 +0000
@@ -35,29 +35,18 @@
 	Gaim::Conversation conv
 
 Gaim::Conversation
-gaim_conv_window_remove_conversation(win, index)
-	Gaim::ConvWindow win
-	unsigned int index
-
-void
-gaim_conv_window_move_conversation(win, index, new_index)
+gaim_conv_window_remove_conversation(win, conv)
 	Gaim::ConvWindow win
-	unsigned int index
-	unsigned int new_index
-
-Gaim::Conversation
-gaim_conv_window_get_conversation_at(win, index)
-	Gaim::ConvWindow win
-	unsigned int index
+	Gaim::Conversation conv
 
 size_t
 gaim_conv_window_get_conversation_count(win)
 	Gaim::ConvWindow win
 
 void
-gaim_conv_window_switch_conversation(win, index)
+gaim_conv_window_switch_conversation(win, conv)
 	Gaim::ConvWindow win
-	unsigned int index
+	Gaim::Conversation conv
 
 Gaim::Conversation
 gaim_conv_window_get_active_conversation(win)