Mon, 04 Sep 2006 23:26:50 +0000
[gaim-migrate @ 17162]
It turns out gaim_gtk_blist_update_toolbar() has been gone for almost 2 years and gaim_gtkconv_update_tabs has been gone for over 3.
| 14478 | 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 | ||
| 11 | MODULE = Gaim::Gtk::PluginPref PACKAGE = Gaim::Gtk::PluginPref PREFIX = gaim_gtk_plugin_pref_ | |
| 12 | PROTOTYPES: ENABLE |