Mercurial > pidgin.yaz
diff pidgin/gtkutils.h @ 17178:6d0c16528aed
Add a @since marker to pidgin_create_window()'s documentation.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 19 May 2007 08:29:14 +0000 |
parents | 92c3c2eeba87 |
children | 6b7b13adb9b1 |
line wrap: on
line diff
--- 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);