comparison pidgin/plugins/perl/common/GtkDialogs.xs @ 20620:38b694bbe57b

Simplified perl bindings for GtkDialogs.xs
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 22:32:42 +0000
parents 64d8871bef8f
children 5265fed9b93a
comparison
equal deleted inserted replaced
20619:b93d1ad9cf02 20620:38b694bbe57b
6 void 6 void
7 pidgin_dialogs_destroy_all() 7 pidgin_dialogs_destroy_all()
8 8
9 void 9 void
10 pidgin_dialogs_about() 10 pidgin_dialogs_about()
11 CODE:
12 pidgin_dialogs_about_with_parent(NULL);
13 11
14 void 12 void
15 pidgin_dialogs_about_with_parent(parent) 13 pidgin_dialogs_about_with_parent(parent)
16 void * parent 14 void * parent
17 CODE:
18 pidgin_dialogs_about_with_parent(parent);
19 15
20 void 16 void
21 pidgin_dialogs_im() 17 pidgin_dialogs_im()
22 18
23 void 19 void