diff -r 27beb0e7a304 -r 6f3eac605684 pidgin/gtkutils.h --- a/pidgin/gtkutils.h Sat May 19 08:24:46 2007 +0000 +++ b/pidgin/gtkutils.h Sat May 19 08:29:14 2007 +0000 @@ -99,6 +99,8 @@ * @param border_width The window's desired border width * @param role A string indicating what the window is responsible for doing, or @c NULL * @param resizable Whether the window should be resizable (@c TRUE) or not (@c FALSE) + * + * @since 2.1.0 */ GtkWidget *pidgin_create_window(const char *title, guint border_width, const char *role, gboolean resizable);