diff libpurple/plugins/perl/common/BuddyIcon.xs @ 23656:907f5f41e32a

Remove a bunch of *_init() and *_uninit() functions that don't make sense for Perl plugins to call. Plug a couple leaks. Mark a couple functions that need to be fixed.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 07 Aug 2008 03:10:44 +0000
parents 075c8dab16e2
children
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/BuddyIcon.xs	Thu Aug 07 02:48:21 2008 +0000
+++ b/libpurple/plugins/perl/common/BuddyIcon.xs	Thu Aug 07 03:10:44 2008 +0000
@@ -45,7 +45,7 @@
 	int *width
 	int *height
 
-char *
+gchar_own *
 purple_buddy_icon_get_full_path(icon);
 	Purple::Buddy::Icon icon
 
@@ -69,8 +69,3 @@
 Purple::Handle
 purple_buddy_icons_get_handle();
 
-void
-purple_buddy_icons_init();
-
-void
-purple_buddy_icons_uninit()