[gaim-migrate @ 7067]

Thu, 21 Aug 2003 03:37:33 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Thu, 21 Aug 2003 03:37:33 +0000
changeset 6545
139a447a1419
parent 6544
b248ad9766b1
child 6546
6a14dfe43d5c

[gaim-migrate @ 7067]
Added a function for returning the subsystem handle for the buddy list.

plugins/perl/common/BuddyList.xs file | annotate | diff | comparison | revisions
--- 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

mercurial