| 1 #include "gtkmodule.h" |
1 #include "gtkmodule.h" |
| 2 |
|
| 3 /* This can't work at the moment since I don't have a typemap for Gtk::Widget. |
|
| 4 * I thought about using the one from libgtk2-perl but wasn't sure how to go |
|
| 5 * about doing that. |
|
| 6 Gtk::Widget |
|
| 7 gaim_gtk_plugin_pref_create_frame(frame) |
|
| 8 Gaim::PluginPref::Frame frame |
|
| 9 */ |
|
| 10 |
2 |
| 11 MODULE = Gaim::GtkUI::PluginPref PACKAGE = Gaim::GtkUI::PluginPref PREFIX = gaim_gtk_plugin_pref_ |
3 MODULE = Gaim::GtkUI::PluginPref PACKAGE = Gaim::GtkUI::PluginPref PREFIX = gaim_gtk_plugin_pref_ |
| 12 PROTOTYPES: ENABLE |
4 PROTOTYPES: ENABLE |