| 20699:22e12fba91bf | 20700:8a18413053b0 |
|---|---|
| 11 CODE: | 11 CODE: |
| 12 pidgin_dialogs_about_with_parent(NULL); | 12 pidgin_dialogs_about_with_parent(NULL); |
| 13 | 13 |
| 14 void | 14 void |
| 15 pidgin_dialogs_about_with_parent(parent) | 15 pidgin_dialogs_about_with_parent(parent) |
| 16 GtkWindow * parent | 16 void * parent |
| 17 CODE: | 17 CODE: |
| 18 pidgin_dialogs_about(parent); | 18 pidgin_dialogs_about(parent); |
| 19 | 19 |
| 20 void | 20 void |
| 21 pidgin_dialogs_im() | 21 pidgin_dialogs_im() |