comparison pidgin/gtkconv.h @ 15821:cebfc6af3eb5

More Gaim to Pidgin stuff
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 06:01:29 +0000
parents f322fa6c5318
children 32c366eeeb99
comparison
equal deleted inserted replaced
15820:c02a897a67c7 15821:cebfc6af3eb5
37 PIDGIN_UNSEEN_NONE, /**< No unseen text in the conversation. */ 37 PIDGIN_UNSEEN_NONE, /**< No unseen text in the conversation. */
38 PIDGIN_UNSEEN_EVENT, /**< Unseen events in the conversation. */ 38 PIDGIN_UNSEEN_EVENT, /**< Unseen events in the conversation. */
39 PIDGIN_UNSEEN_NO_LOG, /**< Unseen text with NO_LOG flag. */ 39 PIDGIN_UNSEEN_NO_LOG, /**< Unseen text with NO_LOG flag. */
40 PIDGIN_UNSEEN_TEXT, /**< Unseen text in the conversation. */ 40 PIDGIN_UNSEEN_TEXT, /**< Unseen text in the conversation. */
41 PIDGIN_UNSEEN_NICK /**< Unseen text and the nick was said. */ 41 PIDGIN_UNSEEN_NICK /**< Unseen text and the nick was said. */
42 } GaimUnseenState; 42 } PidginUnseenState;
43 43
44 enum { 44 enum {
45 CHAT_USERS_ICON_COLUMN, 45 CHAT_USERS_ICON_COLUMN,
46 CHAT_USERS_ALIAS_COLUMN, 46 CHAT_USERS_ALIAS_COLUMN,
47 CHAT_USERS_ALIAS_KEY_COLUMN, 47 CHAT_USERS_ALIAS_KEY_COLUMN,
145 145
146 GtkWidget *lower_hbox; 146 GtkWidget *lower_hbox;
147 147
148 GtkWidget *toolbar; 148 GtkWidget *toolbar;
149 149
150 GaimUnseenState unseen_state; 150 PidginUnseenState unseen_state;
151 guint unseen_count; 151 guint unseen_count;
152 152
153 union 153 union
154 { 154 {
155 PidginImPane *im; 155 PidginImPane *im;
210 * no maximum. 210 * no maximum.
211 * @return List of GaimConversation matching criteria, or NULL. 211 * @return List of GaimConversation matching criteria, or NULL.
212 */ 212 */
213 GList * 213 GList *
214 pidgin_conversations_find_unseen_list(GaimConversationType type, 214 pidgin_conversations_find_unseen_list(GaimConversationType type,
215 GaimUnseenState min_state, 215 PidginUnseenState min_state,
216 gboolean hidden_only, 216 gboolean hidden_only,
217 guint max_count); 217 guint max_count);
218 218
219 /** 219 /**
220 * Fill a menu with a list of conversations. Clicking the conversation 220 * Fill a menu with a list of conversations. Clicking the conversation