Mercurial > pidgin
comparison libpurple/plugins/perl/common/Request.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 | 694382c3d150 |
| children |
comparison
equal
deleted
inserted
replaced
| 32818:01ff09d4a463 | 32819:2c6510167895 |
|---|---|
| 372 const char *id | 372 const char *id |
| 373 const char *text | 373 const char *text |
| 374 C_ARGS: id, text | 374 C_ARGS: id, text |
| 375 | 375 |
| 376 void | 376 void |
| 377 purple_request_field_list_add(field, item, data) | |
| 378 Purple::Request::Field field | |
| 379 const char *item | |
| 380 void * data | |
| 381 | |
| 382 void | |
| 383 purple_request_field_list_add_icon(field, item, icon_path, data) | 377 purple_request_field_list_add_icon(field, item, icon_path, data) |
| 384 Purple::Request::Field field | 378 Purple::Request::Field field |
| 385 const char *item | 379 const char *item |
| 386 const char *icon_path | 380 const char *icon_path |
| 387 void * data | 381 void * data |
