comparison pidgin/plugins/perl/common/GtkPounce.xs @ 21340:6c4de0d24eff

Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to 7620a822ab493396a6f651113857f1c5821e3ec1 to revert start of the hinting changes. This was necessary to get around some merges and propagates, as disapprove can't be used on revisions with more than one parent.
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:42:59 +0000
parents ced0666ab950
children 0b67d509a305
comparison
equal deleted inserted replaced
21227:059d6deebee7 21340:6c4de0d24eff
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()