| 20706:2b2ff7b44fb2 | 20707:cf20fb499ca2 |
|---|---|
| 6 void | 6 void |
| 7 pidgin_dialogs_destroy_all() | 7 pidgin_dialogs_destroy_all() |
| 8 | 8 |
| 9 void | 9 void |
| 10 pidgin_dialogs_about() | 10 pidgin_dialogs_about() |
| 11 CODE: | |
| 12 pidgin_dialogs_about_with_parent(NULL); | |
| 13 | 11 |
| 14 void | 12 void |
| 15 pidgin_dialogs_about_with_parent(parent) | 13 pidgin_dialogs_about_with_parent(parent) |
| 16 void * parent | 14 void * parent |
| 17 CODE: | |
| 18 pidgin_dialogs_about_with_parent(parent); | |
| 19 | 15 |
| 20 void | 16 void |
| 21 pidgin_dialogs_im() | 17 pidgin_dialogs_im() |
| 22 | 18 |
| 23 void | 19 void |