changeset 12972:bbf068a15a53

[gaim-migrate @ 15325] Pass the tooltip GString to the prpls. This make the prpl tooltip_text consistent with the drawing-tooltip signal callbacks. It also eliminates a little bit of duplicated code from the prpls. It's also theoretically more efficient, but I'm sure the difference is irrelevant. However, this change will allow me to kill a bunch more duplicated code. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 20 Jan 2006 20:37:26 +0000
parents 7bd4dbf26c00
children e25a2315d9e3
files plugins/ChangeLog.API
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Fri Jan 20 20:36:43 2006 +0000
+++ b/plugins/ChangeLog.API	Fri Jan 20 20:37:26 2006 +0000
@@ -82,6 +82,8 @@
 	* GaimPluginProtocolInfo: Added offline_message
 	* GaimPluginProtocolInfo: Added whiteboard_prpl_ops
 	* GaimPluginProtocolInfo: Added media_prpl_ops
+	* GaimPluginProtocolInfo: Added "str" argument to tooltip_text, changed
+	                          the return type to void
 	* GaimPluginProtocolInfo: Added "full" argument to tooltip_text
 	* gaim_pounce_new(): Added option argument for pounce options
 	* gaim_network_listen() and gaim_network_listen_range(): Added