pidgin/gtkconv.h

changeset 32604
8d0a34f26244
parent 32575
eb4fc932fae9
child 32790
b95c7c504118
child 32900
9985c4a0e27b
child 33120
f6f1a27ade72
equal deleted inserted replaced
32603:bc52ae90352f 32604:8d0a34f26244
49 CHAT_USERS_ALIAS_KEY_COLUMN, 49 CHAT_USERS_ALIAS_KEY_COLUMN,
50 CHAT_USERS_NAME_COLUMN, 50 CHAT_USERS_NAME_COLUMN,
51 CHAT_USERS_FLAGS_COLUMN, 51 CHAT_USERS_FLAGS_COLUMN,
52 CHAT_USERS_COLOR_COLUMN, 52 CHAT_USERS_COLOR_COLUMN,
53 CHAT_USERS_WEIGHT_COLUMN, 53 CHAT_USERS_WEIGHT_COLUMN,
54 CHAT_USERS_ICON_STOCK_COLUMN, /** @since 2.6.0 */ 54 CHAT_USERS_ICON_STOCK_COLUMN,
55 CHAT_USERS_COLUMNS 55 CHAT_USERS_COLUMNS
56 }; 56 };
57 57
58 #define PIDGIN_CONVERSATION(conv) \ 58 #define PIDGIN_CONVERSATION(conv) \
59 ((PidginConversation *)purple_conversation_get_ui_data(conv)) 59 ((PidginConversation *)purple_conversation_get_ui_data(conv))
142 GList *current; 142 GList *current;
143 } attach; 143 } attach;
144 144
145 /** 145 /**
146 * Quick Find. 146 * Quick Find.
147 *
148 * @since 2.7.0
149 */ 147 */
150 struct { 148 struct {
151 GtkWidget *entry; 149 GtkWidget *entry;
152 GtkWidget *container; 150 GtkWidget *container;
153 } quickfind; 151 } quickfind;
231 * Reattach Pidgin UI to a conversation. 229 * Reattach Pidgin UI to a conversation.
232 * 230 *
233 * @param conv The conversation. 231 * @param conv The conversation.
234 * 232 *
235 * @return Wheter Pidgin UI was successfully attached. 233 * @return Wheter Pidgin UI was successfully attached.
236 *
237 * @since 2.2.0
238 */ 234 */
239 gboolean pidgin_conv_attach_to_conversation(PurpleConversation *conv); 235 gboolean pidgin_conv_attach_to_conversation(PurpleConversation *conv);
240 236
241 PidginWindow *pidgin_conv_get_window(PidginConversation *gtkconv); 237 PidginWindow *pidgin_conv_get_window(PidginConversation *gtkconv);
242 GdkPixbuf *pidgin_conv_get_tab_icon(PurpleConversation *conv, gboolean small_icon); 238 GdkPixbuf *pidgin_conv_get_tab_icon(PurpleConversation *conv, gboolean small_icon);

mercurial