comparison 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
comparison
equal deleted inserted replaced
17177:c02305ee715a 17178:6d0c16528aed
97 * 97 *
98 * @param title The window title, or @c NULL 98 * @param title The window title, or @c NULL
99 * @param border_width The window's desired border width 99 * @param border_width The window's desired border width
100 * @param role A string indicating what the window is responsible for doing, or @c NULL 100 * @param role A string indicating what the window is responsible for doing, or @c NULL
101 * @param resizable Whether the window should be resizable (@c TRUE) or not (@c FALSE) 101 * @param resizable Whether the window should be resizable (@c TRUE) or not (@c FALSE)
102 *
103 * @since 2.1.0
102 */ 104 */
103 GtkWidget *pidgin_create_window(const char *title, guint border_width, const char *role, gboolean resizable); 105 GtkWidget *pidgin_create_window(const char *title, guint border_width, const char *role, gboolean resizable);
104 106
105 /** 107 /**
106 * Toggles the sensitivity of a widget. 108 * Toggles the sensitivity of a widget.