comparison pidgin/plugins/perl/common/GtkPounce.xs @ 20622:ced0666ab950

Reverted to void *, because Gtk::Window wasn't working :o(
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 23 Sep 2007 01:11:37 +0000
parents 5265fed9b93a
children 96612191ded8
comparison
equal deleted inserted replaced
20621:5265fed9b93a 20622:ced0666ab950
9 const char * name 9 const char * name
10 Purple::Pounce cur_pounce 10 Purple::Pounce cur_pounce
11 11
12 void 12 void
13 pidgin_pounce_editor_show_with_parent(parent, account, name, cur_pounce) 13 pidgin_pounce_editor_show_with_parent(parent, account, name, cur_pounce)
14 Gtk::Window parent 14 void * parent
15 Purple::Account account 15 Purple::Account account
16 const char * name 16 const char * name
17 Purple::Pounce cur_pounce 17 Purple::Pounce cur_pounce
18 18
19 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_ 19 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_
28 void 28 void
29 pidgin_pounces_manager_show() 29 pidgin_pounces_manager_show()
30 30
31 void 31 void
32 pidgin_pounces_manager_show_with_parent(parent) 32 pidgin_pounces_manager_show_with_parent(parent)
33 Gtk::Window parent 33 void * parent
34 34
35 void 35 void
36 pidgin_pounces_manager_hide() 36 pidgin_pounces_manager_hide()