Mercurial > pidgin
changeset 17724: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 | c02305ee715a |
children | b11163162b29 4d94d44ed260 |
files | pidgin/gtkutils.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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);