| 35 void |
35 void |
| 36 pidgin_status_box_pulse_connecting(status_box) |
36 pidgin_status_box_pulse_connecting(status_box) |
| 37 Pidgin::StatusBox status_box |
37 Pidgin::StatusBox status_box |
| 38 |
38 |
| 39 void |
39 void |
| 40 pidgin_status_box_set_buddy_icon(status_box, filename) |
40 pidgin_status_box_set_buddy_icon(status_box, img) |
| 41 Pidgin::StatusBox status_box |
41 Pidgin::StatusBox status_box |
| 42 const char * filename |
42 Purple::StoredImage img |
| 43 |
|
| 44 const char * |
|
| 45 pidgin_status_box_get_buddy_icon(status_box) |
|
| 46 Pidgin::StatusBox status_box |
|
| 47 |
43 |
| 48 gchar_own * |
44 gchar_own * |
| 49 pidgin_status_box_get_message(status_box) |
45 pidgin_status_box_get_message(status_box) |
| 50 Pidgin::StatusBox status_box |
46 Pidgin::StatusBox status_box |