comparison libpurple/plugins/perl/common/Connection.xs @ 32674:2571b01e849c

The following were deprecated since they were moved to the internal API: purple_connection_new purple_connection_new_unregister purple_connection_destroy Remove the public interface.
author andrew.victor@mxit.com
date Sat, 24 Sep 2011 17:04:09 +0000
parents 27b3ad94e1e3
children
comparison
equal deleted inserted replaced
32673:1bcedeb32bb4 32674:2571b01e849c
32 32
33 void 33 void
34 purple_connection_notice(gc, text) 34 purple_connection_notice(gc, text)
35 Purple::Connection gc 35 Purple::Connection gc
36 const char *text 36 const char *text
37
38 void
39 purple_connection_destroy(gc)
40 Purple::Connection gc
41 37
42 void 38 void
43 purple_connection_set_state(gc, state) 39 purple_connection_set_state(gc, state)
44 Purple::Connection gc 40 Purple::Connection gc
45 Purple::ConnectionState state 41 Purple::ConnectionState state