comparison plugins/ChangeLog.API @ 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 82e918444965
children 69b3d5cbd2b1
comparison
equal deleted inserted replaced
12971:7bd4dbf26c00 12972:bbf068a15a53
80 the UI and the signal-handlers only receive the 80 the UI and the signal-handlers only receive the
81 conversation that has been switched to. 81 conversation that has been switched to.
82 * GaimPluginProtocolInfo: Added offline_message 82 * GaimPluginProtocolInfo: Added offline_message
83 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops 83 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops
84 * GaimPluginProtocolInfo: Added media_prpl_ops 84 * GaimPluginProtocolInfo: Added media_prpl_ops
85 * GaimPluginProtocolInfo: Added "str" argument to tooltip_text, changed
86 the return type to void
85 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text 87 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text
86 * gaim_pounce_new(): Added option argument for pounce options 88 * gaim_pounce_new(): Added option argument for pounce options
87 * gaim_network_listen() and gaim_network_listen_range(): Added 89 * gaim_network_listen() and gaim_network_listen_range(): Added
88 socket_type parameter to allow creation of UDP listening. Modified 90 socket_type parameter to allow creation of UDP listening. Modified
89 to be asynchronous with a Callback to allow for UPnP operation. 91 to be asynchronous with a Callback to allow for UPnP operation.