Mercurial > pidgin
changeset 14718:d1e71d46c3db
[gaim-migrate @ 17472]
Changing void * to Gaim::Handle in gtkperl as well.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 12 Oct 2006 23:25:36 +0000 |
parents | b1fcd2fc903a |
children | 2e4690852fd7 |
files | gtk/plugins/perl/common/GtkAccount.xs gtk/plugins/perl/common/GtkBlist.xs gtk/plugins/perl/common/GtkConn.xs gtk/plugins/perl/common/GtkConv.xs gtk/plugins/perl/common/GtkDebug.xs gtk/plugins/perl/common/GtkLog.xs gtk/plugins/perl/common/GtkPounce.xs gtk/plugins/perl/common/GtkSavedStatuses.xs gtk/plugins/perl/common/GtkSound.xs |
diffstat | 9 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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_
--- 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
--- 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()
--- 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()
--- 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_
--- 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
--- 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_
--- 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_