pidgin/gtkconv.h

changeset 31546
f65482e7e8c5
parent 29660
443bb7d278ae
child 32148
73329b082d7d
child 32424
be4a642b2d45
child 32503
ab886d3a38ae
equal deleted inserted replaced
31545:1e8f5392916d 31546:f65482e7e8c5
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 };

mercurial