pidgin: a35f1cea: Add some missing Perl conversation funct...

datallah at pidgin.im datallah at pidgin.im
Sun Feb 27 22:55:46 EST 2011


----------------------------------------------------------------------
Revision: a35f1cea0ac7e920cb25b8c7c9e6f15bb8209208
Parent:   e64cb62ec0098e63abbad8bff1843969c66458d4
Author:   datallah at pidgin.im
Date:     02/27/11 22:52:38
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a35f1cea0ac7e920cb25b8c7c9e6f15bb8209208

Changelog: 

Add some missing Perl conversation functions

Changes against parent e64cb62ec0098e63abbad8bff1843969c66458d4

  patched  ChangeLog.API
  patched  libpurple/plugins/perl/common/Conversation.xs

-------------- next part --------------
============================================================
--- libpurple/plugins/perl/common/Conversation.xs	f6fed5626ed18ecea9ccb159c9cc56cb33a171c7
+++ libpurple/plugins/perl/common/Conversation.xs	93523a4b31d84d29231091710d70039703480336
@@ -118,6 +118,12 @@ PPCODE:
 		XPUSHs(sv_2mortal(purple_perl_bless_object(l->data, "Purple::Conversation")));
 	}
 
+Purple::Conversation
+purple_find_conversation_with_account(type, name, account)
+	Purple::ConversationType type
+	const char *name
+	Purple::Account account
+
 MODULE = Purple::Conversation  PACKAGE = Purple::Conversations  PREFIX = purple_conversations_
 PROTOTYPES: ENABLE
 
@@ -297,6 +303,12 @@ void
 	const char *message
 
 void
+purple_conv_im_send_with_flags(im, message, flags)
+	Purple::Conversation::IM im
+	const char *message
+	Purple::MessageFlags flags
+
+void
 purple_conv_im_write(im, who, message, flags, mtime)
 	Purple::Conversation::IM im
 	const char *who
@@ -410,6 +422,12 @@ void
 	const char * message
 
 void
+purple_conv_chat_send_with_flags(chat, message, flags)
+	Purple::Conversation::Chat chat
+	const char * message
+	Purple::MessageFlags flags
+
+void
 purple_conv_chat_write(chat, who, message, flags, mtime)
 	Purple::Conversation::Chat chat
 	const char *who
============================================================
--- ChangeLog.API	a8e4d81bc48daf52be5e9989e76a0bf93e3fef13
+++ ChangeLog.API	9f87335f7aad74b3d67e05594334bde1a1a63f37
@@ -1,6 +1,11 @@ version 2.7.11 (??/??/????):
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.7.11 (??/??/????):
+	* Perl:
+		Added:
+		* Purple::find_conversation_with_account
+		* Purple::Conversation::Chat::send_with_flags
+		* Purple::Conversation::IM::send_with_flags
 
 version 2.7.10 (02/06/2011):
 	* No changes


More information about the Commits mailing list