comparison pidgin/gtkconv.h @ 31794:d1354c10232f

Use the @since doxygen comment for this note
author Mark Doliner <mark@kingant.net>
date Sun, 13 Mar 2011 02:12:57 +0000
parents 4135044c6497
children 67f8717477ea e1cc8d07fe07
comparison
equal deleted inserted replaced
31793:53dab522ea30 31794:d1354c10232f
176 struct { 176 struct {
177 int timer; 177 int timer;
178 GList *current; 178 GList *current;
179 } attach; 179 } attach;
180 180
181 /* Quick Find (since 2.7.0) */ 181 /**
182 * Quick Find.
183 *
184 * @since 2.7.0
185 */
182 struct { 186 struct {
183 GtkWidget *entry; 187 GtkWidget *entry;
184 GtkWidget *container; 188 GtkWidget *container;
185 } quickfind; 189 } quickfind;
186 }; 190 };