From: <de...@us...> - 2006-10-12 23:25:46
|
Revision: 17472 http://svn.sourceforge.net/gaim/?rev=17472&view=rev Author: deryni9 Date: 2006-10-12 16:25:36 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Changing void * to Gaim::Handle in gtkperl as well. Modified Paths: -------------- trunk/gtk/plugins/perl/common/GtkAccount.xs trunk/gtk/plugins/perl/common/GtkBlist.xs trunk/gtk/plugins/perl/common/GtkConn.xs trunk/gtk/plugins/perl/common/GtkConv.xs trunk/gtk/plugins/perl/common/GtkDebug.xs trunk/gtk/plugins/perl/common/GtkLog.xs trunk/gtk/plugins/perl/common/GtkPounce.xs trunk/gtk/plugins/perl/common/GtkSavedStatuses.xs trunk/gtk/plugins/perl/common/GtkSound.xs Modified: trunk/gtk/plugins/perl/common/GtkAccount.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkAccount.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkAccount.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -3,7 +3,7 @@ MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account PREFIX = gaim_gtk_account_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_account_get_handle() MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Dialog PREFIX = gaim_gtk_account_dialog_ Modified: trunk/gtk/plugins/perl/common/GtkBlist.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkBlist.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkBlist.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -3,7 +3,7 @@ MODULE = Gaim::GtkUI::BuddyList PACKAGE = Gaim::GtkUI::BuddyList PREFIX = gaim_gtk_blist_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_blist_get_handle() Gaim::GtkUI::BuddyList Modified: trunk/gtk/plugins/perl/common/GtkConn.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkConn.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkConn.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -3,5 +3,5 @@ MODULE = Gaim::GtkUI::Connection PACKAGE = Gaim::GtkUI::Connection PREFIX = gaim_gtk_connection_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_connection_get_handle() Modified: trunk/gtk/plugins/perl/common/GtkConv.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkConv.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkConv.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -43,5 +43,5 @@ gboolean hidden_only guint max_count -void * +Gaim::Handle gaim_gtk_conversations_get_handle() Modified: trunk/gtk/plugins/perl/common/GtkDebug.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkDebug.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkDebug.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -3,7 +3,7 @@ MODULE = Gaim::GtkUI::Debug PACKAGE = Gaim::GtkUI::Debug PREFIX = gaim_gtk_debug_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_debug_get_handle() MODULE = Gaim::GtkUI::Debug PACKAGE = Gaim::GtkUI::Debug::Window PREFIX = gaim_gtk_debug_window_ Modified: trunk/gtk/plugins/perl/common/GtkLog.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkLog.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkLog.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -3,7 +3,7 @@ MODULE = Gaim::GtkUI::Log PACKAGE = Gaim::GtkUI::Log PREFIX = gaim_gtk_log_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_log_get_handle() void Modified: trunk/gtk/plugins/perl/common/GtkPounce.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkPounce.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkPounce.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -12,7 +12,7 @@ MODULE = Gaim::GtkUI::Pounce PACKAGE = Gaim::GtkUI::Pounces PREFIX = gaim_gtk_pounces_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_pounces_get_handle() MODULE = Gaim::GtkUI::Pounce PACKAGE = Gaim::GtkUI::Pounces::Manager PREFIX = gaim_gtk_pounces_manager_ Modified: trunk/gtk/plugins/perl/common/GtkSavedStatuses.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkSavedStatuses.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkSavedStatuses.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -3,7 +3,7 @@ MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status PREFIX = gaim_gtk_status_ PROTOTYPES: ENABLE -void * +Gaim::Handle gaim_gtk_status_get_handle() MODULE = Gaim::GtkUI::Status PACKAGE = Gaim::GtkUI::Status::Editor PREFIX = gaim_gtk_status_editor_ Modified: trunk/gtk/plugins/perl/common/GtkSound.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkSound.xs 2006-10-12 20:38:47 UTC (rev 17471) +++ trunk/gtk/plugins/perl/common/GtkSound.xs 2006-10-12 23:25:36 UTC (rev 17472) @@ -11,5 +11,5 @@ gaim_gtk_sound_get_event_label(event) Gaim::SoundEventID event -void * +Gaim::Handle gaim_gtk_sound_get_handle() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |