pidgin/plugins/perl/common/GtkAccount.xs

changeset 15590
c07dd12bf3f4
parent 15435
4b933b06d75e
child 15899
75f0041f72b8
--- a/pidgin/plugins/perl/common/GtkAccount.xs	Sun Feb 04 02:31:04 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkAccount.xs	Sun Feb 04 04:47:06 2007 +0000
@@ -1,24 +1,24 @@
 #include "gtkmodule.h"
 
-MODULE = Gaim::GtkUI::Account  PACKAGE = Gaim::GtkUI::Account  PREFIX = gaim_gtk_account_
+MODULE = Pidgin::Account  PACKAGE = Pidgin::Account  PREFIX = pidgin_account_
 PROTOTYPES: ENABLE
 
 Gaim::Handle
-gaim_gtk_account_get_handle()
+pidgin_account_get_handle()
 
-MODULE = Gaim::GtkUI::Account  PACKAGE = Gaim::GtkUI::Account::Dialog  PREFIX = gaim_gtk_account_dialog_
+MODULE = Pidgin::Account  PACKAGE = Pidgin::Account::Dialog  PREFIX = pidgin_account_dialog_
 PROTOTYPES: ENABLE
 
 void
-gaim_gtk_account_dialog_show(type, account)
-	Gaim::GtkUI::Account::Dialog::Type type
+pidgin_account_dialog_show(type, account)
+	Pidgin::Account::Dialog::Type type
 	Gaim::Account account
 
-MODULE = Gaim::GtkUI::Account  PACKAGE = Gaim::GtkUI::Account::Window  PREFIX = gaim_gtk_accounts_window_
+MODULE = Pidgin::Account  PACKAGE = Pidgin::Account::Window  PREFIX = pidgin_accounts_window_
 PROTOTYPES: ENABLE
 
 void
-gaim_gtk_accounts_window_show()
+pidgin_accounts_window_show()
 
 void
-gaim_gtk_accounts_window_hide()
+pidgin_accounts_window_hide()

mercurial