comparison pidgin/plugins/perl/common/GtkDialogs.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 void 9 void
10 pidgin_dialogs_about() 10 pidgin_dialogs_about()
11 11
12 void 12 void
13 pidgin_dialogs_about_with_parent(parent) 13 pidgin_dialogs_about_with_parent(parent)
14 Gtk::Window parent 14 void * parent
15 15
16 void 16 void
17 pidgin_dialogs_im() 17 pidgin_dialogs_im()
18 18
19 void 19 void