pidgin/gtkconv.h

changeset 40821
1cfdaf481246
parent 40744
271b8dac2b0d
child 40948
2c312f084d84
equal deleted inserted replaced
40820:b09ca0df70cb 40821:1cfdaf481246
149 * Returns: The GTK+ conversation operations structure. 149 * Returns: The GTK+ conversation operations structure.
150 */ 150 */
151 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void); 151 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void);
152 152
153 /** 153 /**
154 * pidgin_conv_update_buddy_icon:
155 * @im: The IM conversation.
156 *
157 * Updates the buddy icon on a conversation.
158 */
159 void pidgin_conv_update_buddy_icon(PurpleIMConversation *im);
160
161 /**
162 * pidgin_conv_switch_active_conversation: 154 * pidgin_conv_switch_active_conversation:
163 * @conv: The conversation 155 * @conv: The conversation
164 * 156 *
165 * Sets the active conversation within a GTK-conversation. 157 * Sets the active conversation within a GTK-conversation.
166 */ 158 */

mercurial