| 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 }; |