comparison: pidgin/plugins/perl/common/GtkPlugin.xs
pidgin/plugins/perl/common/GtkPlugin.xs
- branch
- cpw.khc.msnp14
- changeset 20481
- 65485e2ed8a3
- parent 14641
- a55ef032e889
- parent 20478
- 46933dc62880
equal
deleted
inserted
replaced
| |
1 #include "gtkmodule.h" |
| |
2 |
| |
3 MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugins PREFIX = pidgin_plugins_ |
| |
4 PROTOTYPES: ENABLE |
| |
5 |
| |
6 void |
| |
7 pidgin_plugins_save() |
| |
8 |
| |
9 MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugin::Dialog PREFIX = pidgin_plugin_dialog_ |
| |
10 PROTOTYPES: ENABLE |
| |
11 |
| |
12 void |
| |
13 pidgin_plugin_dialog_show() |