| 51 GtkWidget *label; /**< The label at the top of the log viewer */ |
51 GtkWidget *label; /**< The label at the top of the log viewer */ |
| 52 }; |
52 }; |
| 53 |
53 |
| 54 |
54 |
| 55 |
55 |
| 56 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); |
56 void pidgin_log_show(PurpleLogType type, const char *buddyname, PurpleAccount *account); |
| 57 void pidgin_log_show_contact(PurpleContact *contact); |
57 void pidgin_log_show_contact(PurpleContact *contact); |
| 58 |
58 |
| 59 void pidgin_syslog_show(void); |
59 void pidgin_syslog_show(void); |
| 60 |
60 |
| 61 /**************************************************************************/ |
61 /**************************************************************************/ |