From: <de...@us...> - 2006-09-18 18:23:23
|
Revision: 17314 http://svn.sourceforge.net/gaim/?rev=17314&view=rev Author: deryni9 Date: 2006-09-18 11:23:17 -0700 (Mon, 18 Sep 2006) Log Message: ----------- This should make these functions work in a more perl-like fashion. Modified Paths: -------------- trunk/gtk/plugins/perl/common/GtkConv.xs trunk/gtk/plugins/perl/common/GtkConvWin.xs trunk/gtk/plugins/perl/common/GtkFt.xs Modified: trunk/gtk/plugins/perl/common/GtkConv.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkConv.xs 2006-09-18 18:18:30 UTC (rev 17313) +++ trunk/gtk/plugins/perl/common/GtkConv.xs 2006-09-18 18:23:17 UTC (rev 17314) @@ -24,8 +24,10 @@ Gaim::GtkUI::Conversation conv void -gaim_gtkconv_new(conv) +gaim_gtkconv_new(class, conv) Gaim::Conversation conv + C_ARGS: + conv gboolean gaim_gtkconv_is_hidden(gtkconv) Modified: trunk/gtk/plugins/perl/common/GtkConvWin.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkConvWin.xs 2006-09-18 18:18:30 UTC (rev 17313) +++ trunk/gtk/plugins/perl/common/GtkConvWin.xs 2006-09-18 18:23:17 UTC (rev 17314) @@ -4,7 +4,8 @@ PROTOTYPES: ENABLE Gaim::GtkUI::Conversation::Window -gaim_gtk_conv_window_new() +gaim_gtk_conv_window_new(class) + C_ARGS: /* void */ void gaim_gtk_conv_window_destroy(win) Modified: trunk/gtk/plugins/perl/common/GtkFt.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkFt.xs 2006-09-18 18:18:30 UTC (rev 17313) +++ trunk/gtk/plugins/perl/common/GtkFt.xs 2006-09-18 18:23:17 UTC (rev 17314) @@ -14,7 +14,8 @@ PROTOTYPES: ENABLE Gaim::GtkUI::Xfer::Dialog -gaim_gtkxfer_dialog_new() +gaim_gtkxfer_dialog_new(class) + C_ARGS: /* void */ void gaim_gtkxfer_dialog_destroy(dialog) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |