comparison pidgin/plugins/perl/common/GtkPounce.xs @ 21344:80af064d311c

merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245' and '471ae1ec0ae96bb44471811c3a0d6b905743a400'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:44 +0000
parents 0b67d509a305
children
comparison
equal deleted inserted replaced
21231:002c2495cae3 21344:80af064d311c
3 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounce PREFIX = pidgin_pounce_ 3 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounce PREFIX = pidgin_pounce_
4 PROTOTYPES: ENABLE 4 PROTOTYPES: ENABLE
5 5
6 void 6 void
7 pidgin_pounce_editor_show(account, name, cur_pounce) 7 pidgin_pounce_editor_show(account, name, cur_pounce)
8 Purple::Account account
9 const char * name
10 Purple::Pounce cur_pounce
11
12 void
13 pidgin_pounce_editor_show_with_parent(parent, account, name, cur_pounce)
14 void * parent
15 Purple::Account account 8 Purple::Account account
16 const char * name 9 const char * name
17 Purple::Pounce cur_pounce 10 Purple::Pounce cur_pounce
18 11
19 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_ 12 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_
27 20
28 void 21 void
29 pidgin_pounces_manager_show() 22 pidgin_pounces_manager_show()
30 23
31 void 24 void
32 pidgin_pounces_manager_show_with_parent(parent)
33 void * parent
34
35 void
36 pidgin_pounces_manager_hide() 25 pidgin_pounces_manager_hide()