Thu, 21 Aug 2003 03:37:33 +0000
[gaim-migrate @ 7067] Added a function for returning the subsystem handle for the buddy list.
--- a/plugins/perl/common/BuddyList.xs Thu Aug 21 03:34:53 2003 +0000 +++ b/plugins/perl/common/BuddyList.xs Thu Aug 21 03:37:33 2003 +0000 @@ -89,3 +89,10 @@ "Gaim::BuddyList::Group"))); } } + +void * +handle() +CODE: + RETVAL = gaim_blist_get_handle(); +OUTPUT: + RETVAL