| 20698:678fb016af38 | 20699:22e12fba91bf |
|---|---|
| 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: | 11 CODE: |
| 12 pidgin_dialogs_about(NULL); | 12 pidgin_dialogs_about_with_parent(NULL); |
| 13 | |
| 14 void | |
| 15 pidgin_dialogs_about_with_parent(parent) | |
| 16 GtkWindow * parent | |
| 17 CODE: | |
| 18 pidgin_dialogs_about(parent); | |
| 13 | 19 |
| 14 void | 20 void |
| 15 pidgin_dialogs_im() | 21 pidgin_dialogs_im() |
| 16 | 22 |
| 17 void | 23 void |