diff -r 9f0f2bbbc4e2 -r a55ef032e889 gtk/plugins/perl/common/GtkConv.xs --- a/gtk/plugins/perl/common/GtkConv.xs Mon Sep 18 03:17:11 2006 +0000 +++ b/gtk/plugins/perl/common/GtkConv.xs Mon Sep 18 04:22:44 2006 +0000 @@ -1,44 +1,5 @@ #include "gtkmodule.h" -/* This can't work at the moment since I don't have a typemap for Gtk::Widget. - * I thought about using the one from libgtk2-perl but wasn't sure how to go - * about doing that. -guint -gaim_gtk_conversations_fill_menu(menu, convs) - Gtk::Widget menu - SV *convs -PREINIT: - GList *t_GL; - int i, t_len; -PPCODE: - t_GL = NULL; - t_len = av_len((AV *)SvRV(convs)); - - for (i = 0; i < t_len; i++) { - STRLEN t_sl; - t_GL = g_list_append(t_GL, SvPV(*av_fetch((AV *)SvRV(convs), i, 0), t_sl)); - } - gaim_gtk_conversations_fill_menu(menu, t_GL); -*/ - -/* This can't work at the moment since I don't have a typemap for Gtk::Widget. - * I thought about using the one from libgtk2-perl but wasn't sure how to go - * about doing that. -GdkPixbuf -gaim_gtkconv_get_tab_icon(conv, small_icon) - Gaim::Conversation conv - gboolean small_icon -*/ - -/* This can't work at the moment since I don't have a typemap for gboolean *. -int -gaim_gtkconv_get_tab_at_xy(win, x, y, to_right) - Gaim::GtkUI::Conversation::Window win - int x - int y - gboolean * to_right -*/ - MODULE = Gaim::GtkUI::Conversation PACKAGE = Gaim::GtkUI::Conversation PREFIX = gaim_gtkconv_ PROTOTYPES: ENABLE