changeset 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 2d3a935462aa
children 06e71aa662af
files plugins/perl/common/ConvWindow.xs plugins/perl/common/Conversation.xs
diffstat 2 files changed, 4 insertions(+), 19 deletions(-) [+]
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)
--- a/plugins/perl/common/Conversation.xs	Wed Apr 20 03:54:02 2005 +0000
+++ b/plugins/perl/common/Conversation.xs	Thu Apr 21 02:46:55 2005 +0000
@@ -25,10 +25,6 @@
 gaim_conversation_autoset_title(conv)
 	Gaim::Conversation conv
 
-int
-gaim_conversation_get_index(conv)
-	Gaim::Conversation conv
-
 const char *
 gaim_conversation_get_name(conv)
 	Gaim::Conversation conv