diff 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
line wrap: on
line diff
--- a/ChangeLog.API	Wed Oct 31 15:32:24 2007 +0000
+++ b/ChangeLog.API	Fri Nov 02 14:48:06 2007 +0000
@@ -90,6 +90,11 @@
 		  when a dependent plugin fails to unload.  The UI should do
 		  something appropriate.
 
+		* pidgin_make_mini_dialog() now declares its return type to be
+		  GtkWidget * rather than void *.  This should not break any
+		  existing code since any code using it must already rely on
+		  the return type actually being GtkWidget * all along.
+
 		Deprecated:
 		* pidgin_dialogs_about()
 		* pidgin_log_show_contact()