# HG changeset patch # User Etan Reisner # Date 1160695536 0 # Node ID d1e71d46c3dbc1db4f425d5b9c445d3e0968933b # Parent b1fcd2fc903ab3b80f32c5cc72e2497617f968b5 [gaim-migrate @ 17472] Changing void * to Gaim::Handle in gtkperl as well. committer: Tailor Script diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkAccount.xs --- a/gtk/plugins/perl/common/GtkAccount.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkAccount.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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_ diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkBlist.xs --- a/gtk/plugins/perl/common/GtkBlist.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkBlist.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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 diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkConn.xs --- a/gtk/plugins/perl/common/GtkConn.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkConn.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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() diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkConv.xs --- a/gtk/plugins/perl/common/GtkConv.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkConv.xs Thu Oct 12 23:25:36 2006 +0000 @@ -43,5 +43,5 @@ gboolean hidden_only guint max_count -void * +Gaim::Handle gaim_gtk_conversations_get_handle() diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkDebug.xs --- a/gtk/plugins/perl/common/GtkDebug.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkDebug.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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_ diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkLog.xs --- a/gtk/plugins/perl/common/GtkLog.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkLog.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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 diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkPounce.xs --- a/gtk/plugins/perl/common/GtkPounce.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkPounce.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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_ diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkSavedStatuses.xs --- a/gtk/plugins/perl/common/GtkSavedStatuses.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkSavedStatuses.xs Thu Oct 12 23:25:36 2006 +0000 @@ -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_ diff -r b1fcd2fc903a -r d1e71d46c3db gtk/plugins/perl/common/GtkSound.xs --- a/gtk/plugins/perl/common/GtkSound.xs Thu Oct 12 20:38:47 2006 +0000 +++ b/gtk/plugins/perl/common/GtkSound.xs Thu Oct 12 23:25:36 2006 +0000 @@ -11,5 +11,5 @@ gaim_gtk_sound_get_event_label(event) Gaim::SoundEventID event -void * +Gaim::Handle gaim_gtk_sound_get_handle()