comparison pidgin/gtkconv.h @ 32806:0dd2cbee5b80

Add API for getting default conversation theme.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 28 May 2012 22:33:46 +0000
parents dc44bb639e8e
children
comparison
equal deleted inserted replaced
32805:997570b274d1 32806:0dd2cbee5b80
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);