| 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 |