gtk/plugins/perl/common/GtkPluginPref.xs

changeset 14641
a55ef032e889
parent 14629
1a0cd727c121
equal deleted inserted replaced
14640:9f0f2bbbc4e2 14641:a55ef032e889
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

mercurial