comparison libgaim/plugins/perl/common/SavedStatuses.xs @ 14717:b1fcd2fc903a

[gaim-migrate @ 17471] Martijn van Beers provided some patches to rework the perl object casting/blessing for signal instances in order to let the newly added jabber-* signals work. This is those patches. This is also a small whitespace change, a removal of the gaim debug message about "Found plugin info" it was just pissing me off, and a renamespacing of gaim_blist_node_get_extended_menu into Gaim::Blist::Node where it makes slightly more sense. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 12 Oct 2006 20:38:47 +0000
parents 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
14716:023dfc2ce5e3 14717:b1fcd2fc903a
46 PPCODE: 46 PPCODE:
47 for (l = gaim_savedstatuses_get_all(); l != NULL; l = l->next) { 47 for (l = gaim_savedstatuses_get_all(); l != NULL; l = l->next) {
48 XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::SavedStatus"))); 48 XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::SavedStatus")));
49 } 49 }
50 50
51 void * 51 Gaim::Handle
52 gaim_savedstatuses_get_handle() 52 gaim_savedstatuses_get_handle()
53 53
54 void 54 void
55 gaim_savedstatuses_init() 55 gaim_savedstatuses_init()
56 56