# HG changeset patch # User Richard Laager # Date 1179563354 0 # Node ID 6d0c16528aeded04f0eed3b12fc4057570288475 # Parent c02305ee715ad5757b1bc4b17a1a1416cc0fa8ec Add a @since marker to pidgin_create_window()'s documentation. diff -r c02305ee715a -r 6d0c16528aed 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);