diff pidgin/plugins/perl/common/GtkPounce.xs @ 20619:b93d1ad9cf02

Doing pounces
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 22:29:23 +0000
parents d1dd84d36d8d
children 5265fed9b93a
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkPounce.xs	Sat Sep 22 22:10:10 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkPounce.xs	Sat Sep 22 22:29:23 2007 +0000
@@ -8,8 +8,13 @@
 	Purple::Account account
 	const char * name
 	Purple::Pounce cur_pounce
-CODE:
-	pidgin_pounce_editor_show(NULL, account, name, cur_pounce);
+
+void
+pidgin_pounce_editor_show_with_parent(parent, account, name, cur_pounce)
+	void * parent
+	Purple::Account account
+	const char * name
+	Purple::Pounce cur_pounce
 
 MODULE = Pidgin::Pounce  PACKAGE = Pidgin::Pounces  PREFIX = pidgin_pounces_
 PROTOTYPES: ENABLE
@@ -22,8 +27,10 @@
 
 void
 pidgin_pounces_manager_show()
-CODE:
-	pidgin_pounces_manager_show(NULL);
+
+void
+pidgin_pounces_manager_show_with_parent(parent)
+	void * parent
 
 void
 pidgin_pounces_manager_hide()