Mercurial > pidgin
changeset 10632:cbd13a12d9be
[gaim-migrate @ 12112]
This doesn't compile. That was silly of me.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 23 Feb 2005 04:50:03 +0000 |
parents | 18223e71ced7 |
children | eac0f2b244c2 |
files | plugins/perl/common/BuddyList.xs |
diffstat | 1 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/common/BuddyList.xs Wed Feb 23 04:31:38 2005 +0000 +++ b/plugins/perl/common/BuddyList.xs Wed Feb 23 04:50:03 2005 +0000 @@ -65,20 +65,6 @@ g_slist_free(l); -void -get_buddies(account) - Gaim::Account account -PREINIT: - GSList *l; -PPCODE: - for (l = gaim_get_account_buddies(account); l != NULL; l = l->next) - { - XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, - "Gaim::BuddyList::Buddy"))); - } - - g_slist_free(l); - Gaim::BuddyList::Group find_group(name) const char *name