comparison doc/ChangeLog.API @ 14205:72042b59b658

[gaim-migrate @ 16879] Callback doesn't need to be capitalized committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 19 Aug 2006 07:55:17 +0000
parents 009db0b357b5
children 645598a4ec04
comparison
equal deleted inserted replaced
14204:cfda6170694d 14205:72042b59b658
88 the return type to void 88 the return type to void
89 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text 89 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text
90 * gaim_pounce_new(): Added option argument for pounce options 90 * gaim_pounce_new(): Added option argument for pounce options
91 * gaim_network_listen() and gaim_network_listen_range(): Added 91 * gaim_network_listen() and gaim_network_listen_range(): Added
92 socket_type parameter to allow creation of UDP listening. Modified 92 socket_type parameter to allow creation of UDP listening. Modified
93 to be asynchronous with a Callback to allow for UPnP operation. 93 to be asynchronous with a callback to allow for UPnP operation.
94 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer 94 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer
95 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or 95 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or
96 FALSE. Previously they were set to TRUE or left alone. Also, you 96 FALSE. Previously they were set to TRUE or left alone. Also, you
97 may now pass NULL if you're not interested in a specific formatting. 97 may now pass NULL if you're not interested in a specific formatting.
98 * Smiley Themes: Backslashes must be backslash-escaped. 98 * Smiley Themes: Backslashes must be backslash-escaped.