diff pidgin/plugins/perl/common/GtkLog.xs @ 20621:5265fed9b93a

Thanks to Sean, I know that Gtk::Window is perlese for GtkWindow *
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 23 Sep 2007 00:56:54 +0000
parents 78ef8bd992f9
children ced0666ab950
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkLog.xs	Sat Sep 22 22:32:42 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkLog.xs	Sun Sep 23 00:56:54 2007 +0000
@@ -14,7 +14,7 @@
 
 void
 pidgin_log_show_with_parent(parent, type, screenname, account)
-	void * parent
+	Gtk::Window parent
 	Purple::LogType type
 	const char * screenname
 	Purple::Account account
@@ -25,7 +25,7 @@
 
 void
 pidgin_log_show_contact_with_parent(parent, contact)
-	void * parent
+	Gtk::Window parent
 	Purple::BuddyList::Contact contact
 
 MODULE = Pidgin::Log  PACKAGE = Pidgin::SysLog  PREFIX = pidgin_syslog_
@@ -36,4 +36,4 @@
 
 void
 pidgin_syslog_show_with_parent(parent)
-	void * parent
+	Gtk::Window parent