comparison ChangeLog.API @ 21389:b7a004e65702

Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than void *.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 02 Nov 2007 14:48:06 +0000
parents 872068d10eab
children aa52a0a224be
comparison
equal deleted inserted replaced
21388:2b5f1b47b1ba 21389:b7a004e65702
87 * purple_plugin_unload() now honors the return value of a 87 * purple_plugin_unload() now honors the return value of a
88 plugin's unload function and can actually return FALSE now. 88 plugin's unload function and can actually return FALSE now.
89 * purple_plugin_unload() no longer does its own notifications 89 * purple_plugin_unload() no longer does its own notifications
90 when a dependent plugin fails to unload. The UI should do 90 when a dependent plugin fails to unload. The UI should do
91 something appropriate. 91 something appropriate.
92
93 * pidgin_make_mini_dialog() now declares its return type to be
94 GtkWidget * rather than void *. This should not break any
95 existing code since any code using it must already rely on
96 the return type actually being GtkWidget * all along.
92 97
93 Deprecated: 98 Deprecated:
94 * pidgin_dialogs_about() 99 * pidgin_dialogs_about()
95 * pidgin_log_show_contact() 100 * pidgin_log_show_contact()
96 * pidgin_log_show() 101 * pidgin_log_show()