comparison src/gtkconv.h @ 12117:cb77957d644c

[gaim-migrate @ 14417] changelogify the awesome queueing system from Casey Harkins, add my own touch of awesomeness to it, and commit a patch I found somewhere earlier today to fix crashing on NetBSD. It might have been in the tracker, I'll have to hunt for it committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 16 Nov 2005 22:33:15 +0000
parents e75ef7aa913e
children 95bffda9b762
comparison
equal deleted inserted replaced
12116:e75ef7aa913e 12117:cb77957d644c
217 * 217 *
218 * @param conv The conversation. 218 * @param conv The conversation.
219 */ 219 */
220 void gaim_gtkconv_present_conversation(GaimConversation *conv); 220 void gaim_gtkconv_present_conversation(GaimConversation *conv);
221 221
222 /**
223 * Finds the first conversations of the given type which has an
224 * unseen state greater than or equal to the given minimum
225 * state.
226 *
227 * @param type The type of conversation.
228 * @param min_state The minimum unseen state.
229 * @return First conversation matching critera, or NULL.
230 */
231 GaimConversation * gaim_gtk_conversations_get_first_unseen(
232 GaimConversationType type, GaimUnseenState min_state);
233
234 GaimGtkWindow *gaim_gtkconv_get_window(GaimGtkConversation *gtkconv); 222 GaimGtkWindow *gaim_gtkconv_get_window(GaimGtkConversation *gtkconv);
235 GdkPixbuf *gaim_gtkconv_get_tab_icon(GaimConversation *conv, gboolean small_icon); 223 GdkPixbuf *gaim_gtkconv_get_tab_icon(GaimConversation *conv, gboolean small_icon);
236 void gaim_gtkconv_new(GaimConversation *conv); 224 void gaim_gtkconv_new(GaimConversation *conv);
237 int gaim_gtkconv_get_tab_at_xy(GaimGtkWindow *win, int x, int y, gboolean *to_right); 225 int gaim_gtkconv_get_tab_at_xy(GaimGtkWindow *win, int x, int y, gboolean *to_right);
238 /*@}*/ 226 /*@}*/