diff gtk/plugins/perl/common/GtkBlist.xs @ 14567:d6eae5115b31

[gaim-migrate @ 17291] This is a really huge commit for basically nothing, I decided that Gaim::Gtk should really be Gaim::GtkUI (which will line up better with any eventual Gaim::GntUI that might exist, etc.). So that's what this is, I think I got everything, it builds here at least. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 17 Sep 2006 05:35:46 +0000
parents 040dfd49107d
children 310a81ba302c
line wrap: on
line diff
--- a/gtk/plugins/perl/common/GtkBlist.xs	Sun Sep 17 04:42:42 2006 +0000
+++ b/gtk/plugins/perl/common/GtkBlist.xs	Sun Sep 17 05:35:46 2006 +0000
@@ -38,13 +38,13 @@
 	Gaim::BuddyList::Node node
 */
 
-MODULE = Gaim::Gtk::BuddyList  PACKAGE = Gaim::Gtk::BuddyList  PREFIX = gaim_gtk_blist_
+MODULE = Gaim::GtkUI::BuddyList  PACKAGE = Gaim::GtkUI::BuddyList  PREFIX = gaim_gtk_blist_
 PROTOTYPES: ENABLE
 
 void *
 gaim_gtk_blist_get_handle()
 
-Gaim::Gtk::BuddyList
+Gaim::GtkUI::BuddyList
 gaim_gtk_blist_get_default_gtk_blist()
 
 void
@@ -73,14 +73,14 @@
 	GList *l;
 PPCODE:
 	for (l = gaim_gtk_blist_get_sort_methods(); l != NULL; l = l->next) {
-		XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::Gtk::BuddyList::SortMethod")));
+		XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::GtkUI::BuddyList::SortMethod")));
 	}
 
 void
 gaim_gtk_blist_sort_method_reg(id, name, func)
 	const char * id
 	const char * name
-	Gaim::Gtk::BuddyList::SortFunction func
+	Gaim::GtkUI::BuddyList::SortFunction func
 
 void
 gaim_gtk_blist_sort_method_unreg(id)