comparison: pidgin/plugins/perl/common/GtkPlugin.xs
pidgin/plugins/perl/common/GtkPlugin.xs
- changeset 19478
- a60c440b01cb
- parent 15590
- c07dd12bf3f4
- child 20705
- 96f7b6c6ec4b
equal
deleted
inserted
replaced
| 9 MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugin::Dialog PREFIX = pidgin_plugin_dialog_ |
9 MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugin::Dialog PREFIX = pidgin_plugin_dialog_ |
| 10 PROTOTYPES: ENABLE |
10 PROTOTYPES: ENABLE |
| 11 |
11 |
| 12 void |
12 void |
| 13 pidgin_plugin_dialog_show() |
13 pidgin_plugin_dialog_show() |
| |
14 CODE: |
| |
15 pidgin_plugin_dialog_show(NULL); |