comparison src/gtkblist.h @ 8940:b875f5d57b81

[gaim-migrate @ 9710] Gray out the Join a Chat menu item when no online accounts support chats. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 00:06:25 +0000
parents ada0cf2f49fe
children 8cf32769ba1b
comparison
equal deleted inserted replaced
8939:19885cb8a24c 8940:b875f5d57b81
207 * Updates the protocol actions menu on the GTK+ buddy list window. 207 * Updates the protocol actions menu on the GTK+ buddy list window.
208 */ 208 */
209 void gaim_gtk_blist_update_protocol_actions(); 209 void gaim_gtk_blist_update_protocol_actions();
210 210
211 /** 211 /**
212 * Shows the join chat dialog 212 * Determines if showing the join chat dialog is a valid action.
213 */ 213 *
214 void gaim_gtk_blist_show_join_chat(void); 214 * @return Returns TRUE if there are accounts online capable of
215 * joining chat rooms. Otherwise returns FALSE.
216 */
217 gboolean gaim_gtk_blist_joinchat_is_showable(void);
218
219 /**
220 * Shows the join chat dialog.
221 */
222 void gaim_gtk_blist_joinchat_show(void);
215 223
216 #endif /* _GAIM_GTK_LIST_H_ */ 224 #endif /* _GAIM_GTK_LIST_H_ */