comparison libpurple/plugins/perl/common/Connection.xs @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 2571b01e849c
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
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_error(gc, reason)
40 Purple::Connection gc
41 const char *reason
42
43 void
44 purple_connection_destroy(gc)
45 Purple::Connection gc
46 37
47 void 38 void
48 purple_connection_set_state(gc, state) 39 purple_connection_set_state(gc, state)
49 Purple::Connection gc 40 Purple::Connection gc
50 Purple::ConnectionState state 41 Purple::ConnectionState state