comparison pidgin/gtkroomlist.h @ 15501:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents 5fe8042783c1
children 760ef6d78d2d
comparison
equal deleted inserted replaced
15500:45ecefd0ce3a 15501:d75099d2567e
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTKROOMLIST_H_ 25 #ifndef _PIDGINROOMLIST_H_
26 #define _GAIM_GTKROOMLIST_H_ 26 #define _PIDGINROOMLIST_H_
27 27
28 #include "roomlist.h" 28 #include "roomlist.h"
29 29
30 /** 30 /**
31 * Initializes the room list subsystem. 31 * Initializes the room list subsystem.
32 */ 32 */
33 void gaim_gtk_roomlist_init(void); 33 void pidgin_roomlist_init(void);
34 34
35 /** 35 /**
36 * Determines if showing the room list dialog is a valid action. 36 * Determines if showing the room list dialog is a valid action.
37 * 37 *
38 * @return TRUE if there are accounts online that support listing 38 * @return TRUE if there are accounts online that support listing
39 * chat rooms. Otherwise return FALSE. 39 * chat rooms. Otherwise return FALSE.
40 */ 40 */
41 gboolean gaim_gtk_roomlist_is_showable(void); 41 gboolean pidgin_roomlist_is_showable(void);
42 42
43 /** 43 /**
44 * Shows a new roomlist dialog. 44 * Shows a new roomlist dialog.
45 */ 45 */
46 void gaim_gtk_roomlist_dialog_show(void); 46 void pidgin_roomlist_dialog_show(void);
47 47
48 /** 48 /**
49 * Shows a new room list dialog and fetches the list for the specified account. 49 * Shows a new room list dialog and fetches the list for the specified account.
50 * 50 *
51 * @param account The account to use. 51 * @param account The account to use.
52 */ 52 */
53 void gaim_gtk_roomlist_dialog_show_with_account(GaimAccount *account); 53 void pidgin_roomlist_dialog_show_with_account(GaimAccount *account);
54 54
55 #endif /* _GAIM_GTKROOMLIST_H_ */ 55 #endif /* _PIDGINROOMLIST_H_ */