libpurple/plugins/perl/common/Connection.xs

branch
soc.2013.gobjectification
changeset 34985
f7ff90f6c9c6
parent 34750
826c1611ef90
equal deleted inserted replaced
34984:49540359d6fc 34985:f7ff90f6c9c6
49 purple_connection_set_state(gc, state) 49 purple_connection_set_state(gc, state)
50 Purple::Connection gc 50 Purple::Connection gc
51 Purple::ConnectionState state 51 Purple::ConnectionState state
52 52
53 void 53 void
54 purple_connection_set_account(gc, account)
55 Purple::Connection gc
56 Purple::Account account
57
58 void
59 purple_connection_set_display_name(gc, name) 54 purple_connection_set_display_name(gc, name)
60 Purple::Connection gc 55 Purple::Connection gc
61 const char *name 56 const char *name
62 57
63 Purple::ConnectionState 58 Purple::ConnectionState

mercurial