| 12 const char * screenname |
12 const char * screenname |
| 13 Purple::Account account |
13 Purple::Account account |
| 14 |
14 |
| 15 void |
15 void |
| 16 pidgin_log_show_with_parent(parent, type, screenname, account) |
16 pidgin_log_show_with_parent(parent, type, screenname, account) |
| 17 void * parent |
17 Gtk::Window parent |
| 18 Purple::LogType type |
18 Purple::LogType type |
| 19 const char * screenname |
19 const char * screenname |
| 20 Purple::Account account |
20 Purple::Account account |
| 21 |
21 |
| 22 void |
22 void |
| 23 pidgin_log_show_contact(contact) |
23 pidgin_log_show_contact(contact) |
| 24 Purple::BuddyList::Contact contact |
24 Purple::BuddyList::Contact contact |
| 25 |
25 |
| 26 void |
26 void |
| 27 pidgin_log_show_contact_with_parent(parent, contact) |
27 pidgin_log_show_contact_with_parent(parent, contact) |
| 28 void * parent |
28 Gtk::Window parent |
| 29 Purple::BuddyList::Contact contact |
29 Purple::BuddyList::Contact contact |
| 30 |
30 |
| 31 MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ |
31 MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ |
| 32 PROTOTYPES: ENABLE |
32 PROTOTYPES: ENABLE |
| 33 |
33 |
| 34 void |
34 void |
| 35 pidgin_syslog_show() |
35 pidgin_syslog_show() |
| 36 |
36 |
| 37 void |
37 void |
| 38 pidgin_syslog_show_with_parent(parent) |
38 pidgin_syslog_show_with_parent(parent) |
| 39 void * parent |
39 Gtk::Window parent |