diff 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
line wrap: on
line diff
--- a/pidgin/gtkroomlist.h	Sat Feb 03 01:08:41 2007 +0000
+++ b/pidgin/gtkroomlist.h	Sat Feb 03 07:23:11 2007 +0000
@@ -22,15 +22,15 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _GAIM_GTKROOMLIST_H_
-#define _GAIM_GTKROOMLIST_H_
+#ifndef _PIDGINROOMLIST_H_
+#define _PIDGINROOMLIST_H_
 
 #include "roomlist.h"
 
 /**
  * Initializes the room list subsystem.
  */
-void gaim_gtk_roomlist_init(void);
+void pidgin_roomlist_init(void);
 
 /**
  * Determines if showing the room list dialog is a valid action.
@@ -38,18 +38,18 @@
  * @return TRUE if there are accounts online that support listing
  *         chat rooms.  Otherwise return FALSE.
  */
-gboolean gaim_gtk_roomlist_is_showable(void);
+gboolean pidgin_roomlist_is_showable(void);
 
 /**
  * Shows a new roomlist dialog.
  */
-void gaim_gtk_roomlist_dialog_show(void);
+void pidgin_roomlist_dialog_show(void);
 
 /**
  * Shows a new room list dialog and fetches the list for the specified account.
  *
  * @param account The account to use.
  */
-void gaim_gtk_roomlist_dialog_show_with_account(GaimAccount *account);
+void pidgin_roomlist_dialog_show_with_account(GaimAccount *account);
 
-#endif /* _GAIM_GTKROOMLIST_H_ */
+#endif /* _PIDGINROOMLIST_H_ */