pidgin: 07d0765c: Make it possible for perl plugins to con...

sadrul at pidgin.im sadrul at pidgin.im
Mon Jul 19 14:26:08 EDT 2010


----------------------------------------------------------------------
Revision: 07d0765c444a097af45c2650f54323afb900a07b
Parent:   5663a88b979c18ddf7efc848571a880ff8ae503e
Author:   sadrul at pidgin.im
Date:     07/19/10 14:25:47
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/07d0765c444a097af45c2650f54323afb900a07b

Changelog: 

Make it possible for perl plugins to connect to log-signals.

Changes against parent 5663a88b979c18ddf7efc848571a880ff8ae503e

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

-------------- next part --------------
============================================================
--- ChangeLog.API	ad4d2158b18809b9627b9f0d5c87003b305c9d42
+++ ChangeLog.API	63510d9176efa99ab6c1bcb7e7dfc23b3b77dd2e
@@ -7,6 +7,10 @@ version 2.7.2 (??/??/????):
 		  called for a protocol that doesn't support the underlying
 		  calls and the caller does not specify a failure callback.
 
+	Perl:
+		Added:
+		* Exposed log-subsystem signals.
+
 	Pidgin:
 		Changed:
 		* Changing the visibility (gtk_widget_hide/show) of
============================================================
--- libpurple/plugins/perl/common/Log.xs	9316c35aaacb5dbb82491368f0170c45b3463548
+++ libpurple/plugins/perl/common/Log.xs	7cd5b995a984ad18d0357485a1da7fceeb5b4919
@@ -27,6 +27,9 @@ BOOT:
 		newCONSTSUB(flags_stash, (char *)civ->name, newSViv(civ->iv));
 }
 
+Purple::Handle
+purple_log_get_handle()
+
 int
 purple_log_common_sizer(log)
 	Purple::Log log


More information about the Commits mailing list