pidgin/gtkconv.h

branch
soc.2013.gobjectification.plugins
changeset 36829
ed2518145911
parent 36828
45f079428ed4
child 36967
1dbfbb0eebdf
equal deleted inserted replaced
36828:45f079428ed4 36829:ed2518145911
134 GtkListStore *infopane_model; 134 GtkListStore *infopane_model;
135 GtkTreeIter infopane_iter; 135 GtkTreeIter infopane_iter;
136 136
137 /* Used when attaching a PidginConversation to a PurpleConversation 137 /* Used when attaching a PidginConversation to a PurpleConversation
138 * with message history */ 138 * with message history */
139 struct { 139 int attach_timer;
140 int timer; 140 GList *attach_current;
141 GList *current;
142 } attach;
143 141
144 /** 142 /**
145 * Quick Find. 143 * Quick Find.
146 */ 144 */
147 struct { 145 GtkWidget *quickfind_entry;
148 GtkWidget *entry; 146 GtkWidget *quickfind_container;
149 GtkWidget *container;
150 } quickfind;
151 }; 147 };
152 148
153 /*@}*/ 149 /*@}*/
154 150
155 G_BEGIN_DECLS 151 G_BEGIN_DECLS

mercurial