comparison: pidgin/plugins/perl/common/GtkDialogs.xs
pidgin/plugins/perl/common/GtkDialogs.xs
- changeset 20701
- 80ddafd2c371
- parent 20700
- 8a18413053b0
- child 20707
- cf20fb499ca2
equal
deleted
inserted
replaced
| 13 |
13 |
| 14 void |
14 void |
| 15 pidgin_dialogs_about_with_parent(parent) |
15 pidgin_dialogs_about_with_parent(parent) |
| 16 void * parent |
16 void * parent |
| 17 CODE: |
17 CODE: |
| 18 pidgin_dialogs_about(parent); |
18 pidgin_dialogs_about_with_parent(parent); |
| 19 |
19 |
| 20 void |
20 void |
| 21 pidgin_dialogs_im() |
21 pidgin_dialogs_im() |
| 22 |
22 |
| 23 void |
23 void |