Fri, 20 Jan 2006 20:37:26 +0000
[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.
| plugins/ChangeLog.API | file | annotate | diff | comparison | revisions |
--- 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