diff pidgin/gtkaccount.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 760ef6d78d2d
children 66dff3dfdea6
line wrap: on
line diff
--- a/pidgin/gtkaccount.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/pidgin/gtkaccount.h	Mon Mar 19 07:01:17 2007 +0000
@@ -2,7 +2,7 @@
  * @file gtkaccount.h GTK+ Account Editor UI
  * @ingroup gtkui
  *
- * gaim
+ * purple
  *
  * Pidgin is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
@@ -52,14 +52,14 @@
  * @param account The associated account, or @c NULL for an Add dialog.
  */
 void pidgin_account_dialog_show(PidginAccountDialogType type,
-								  GaimAccount *account);
+								  PurpleAccount *account);
 
 /**
  * Returns the GTK+ account UI ops
  *
  * @return The UI operations structure.
  */
-GaimAccountUiOps *pidgin_accounts_get_ui_ops(void);
+PurpleAccountUiOps *pidgin_accounts_get_ui_ops(void);
 
 /**
  * Returns the gtkaccounts handle