[Pidgin] #13281: purple_xfers_get_handle() with windows 7 not in perl but in c as plugin possible?
Pidgin
trac at pidgin.im
Fri Jan 28 09:00:58 EST 2011
#13281: purple_xfers_get_handle() with windows 7 not in perl but in c as plugin
possible?
---------------------+------------------------------------------------------
Reporter: stefanos | Type: defect
Status: new | Component: libpurple
Version: 2.7.9 | Keywords: perl filetransfer signals xfers plugin
---------------------+------------------------------------------------------
I have trouble in perl with purple_xfers_get_handle() is not found the
function for filetransfer signals but in C is it. Is this pidgin/libpurple
bug or is this my compile/pc problem?
I use Windows 7 with perl 5.10 (32-Bit) and pidgin 2.7.9/2.7.10dev with
self compile with mingw (nativ) and the original from pidgin.im
Line in C without errors:
purple_signal_connect(purple_xfers_get_handle(), "file-recv-request",
plugin, PURPLE_CALLBACK(file_recv_request_cb), plugin);
and the line in PERL with error:
Purple::Signal::connect(Purple::xfers::get_handle(), "file-recv-
request_cb", $plugin, \&file_recv_request_cb);
perl error from debug window:
Perl function Purple::Script::testplugin::plugin_load exited abnormally:
Undefined subroutine &Purple::xfers::get_handle
Doc: http://developer.pidgin.im/doxygen/dev/html/xfer-signals.html
with other signal and connecthandler no errors in perl.
--
Ticket URL: <http://developer.pidgin.im/ticket/13281>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list