pidgin/plugins/perl/common/GtkAccount.xs

changeset 38887
826f5da7b56c
parent 38886
c1fb4e53da4e
parent 38341
3da74e727e78
child 38888
8bcae3a0b165
equal deleted inserted replaced
38886:c1fb4e53da4e 38887:826f5da7b56c
1 #include "gtkmodule.h"
2
3 MODULE = Pidgin::Account PACKAGE = Pidgin::Account PREFIX = pidgin_account_
4 PROTOTYPES: ENABLE
5
6 Purple::Handle
7 pidgin_accounts_get_handle()
8
9 MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Dialog PREFIX = pidgin_account_dialog_
10 PROTOTYPES: ENABLE
11
12 void
13 pidgin_account_dialog_show(type, account)
14 Pidgin::Account::Dialog::Type type
15 Purple::Account account
16
17 MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Window PREFIX = pidgin_accounts_window_
18 PROTOTYPES: ENABLE
19
20 void
21 pidgin_accounts_window_show()
22
23 void
24 pidgin_accounts_window_hide()

mercurial