pidgin/gtkconv.h

changeset 32991
9ffb2eddcc23
parent 32938
90eacf9a5fea
child 33259
51d25c394fca
equal deleted inserted replaced
32990:fac8b55c53ed 32991:9ffb2eddcc23
170 * @return The GTK+ conversation operations structure. 170 * @return The GTK+ conversation operations structure.
171 */ 171 */
172 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void); 172 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void);
173 173
174 /** 174 /**
175 * Returns the default theme for GTK+ conversations.
176 *
177 * @return The default GTK+ conversation theme.
178 */
179 PurpleTheme *pidgin_conversations_get_default_theme(void);
180
181 /**
175 * Updates the buddy icon on a conversation. 182 * Updates the buddy icon on a conversation.
176 * 183 *
177 * @param conv The conversation. 184 * @param conv The conversation.
178 */ 185 */
179 void pidgin_conv_update_buddy_icon(PurpleConversation *conv); 186 void pidgin_conv_update_buddy_icon(PurpleConversation *conv);

mercurial