pidgin/plugins/perl/common/GtkBlist.xs

changeset 15899
75f0041f72b8
parent 15590
c07dd12bf3f4
child 18068
b6554e3c8224
child 32158
88b99c8f86ad
--- a/pidgin/plugins/perl/common/GtkBlist.xs	Mon Mar 19 17:34:54 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkBlist.xs	Mon Mar 19 17:37:17 2007 +0000
@@ -3,7 +3,7 @@
 MODULE = Pidgin::BuddyList  PACKAGE = Pidgin::BuddyList  PREFIX = pidgin_blist_
 PROTOTYPES: ENABLE
 
-Gaim::Handle
+Purple::Handle
 pidgin_blist_get_handle()
 
 Pidgin::BuddyList
@@ -11,14 +11,14 @@
 
 void
 pidgin_blist_refresh(list)
-	Gaim::BuddyList list
+	Purple::BuddyList list
 
 void
 pidgin_blist_update_refresh_timeout()
 
 gboolean
 pidgin_blist_node_is_contact_expanded(node)
-	Gaim::BuddyList::Node node
+	Purple::BuddyList::Node node
 
 void
 pidgin_blist_toggle_visibility()
@@ -35,7 +35,7 @@
 	GList *l;
 PPCODE:
 	for (l = pidgin_blist_get_sort_methods(); l != NULL; l = l->next) {
-		XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Pidgin::BuddyList::SortMethod")));
+		XPUSHs(sv_2mortal(purple_perl_bless_object(l->data, "Pidgin::BuddyList::SortMethod")));
 	}
 
 void
@@ -72,5 +72,5 @@
 
 void
 pidgin_blist_update_account_error_state(account, message)
-	Gaim::Account account
+	Purple::Account account
 	const char * message

mercurial