| 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 *screenname, PurpleAccount *account); |
| |
57 void pidgin_log_show_with_parent(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account); |
| 57 void pidgin_log_show_contact(PurpleContact *contact); |
58 void pidgin_log_show_contact(PurpleContact *contact); |
| |
59 void pidgin_log_show_contact_with_parent(GtkWindow *parent, PurpleContact *contact); |
| 58 |
60 |
| 59 void pidgin_syslog_show(void); |
61 void pidgin_syslog_show(void); |
| |
62 void pidgin_syslog_show_with_parent(GtkWindow *parent); |
| 60 |
63 |
| 61 /**************************************************************************/ |
64 /**************************************************************************/ |
| 62 /** @name GTK+ Log Subsystem */ |
65 /** @name GTK+ Log Subsystem */ |
| 63 /**************************************************************************/ |
66 /**************************************************************************/ |
| 64 /*@{*/ |
67 /*@{*/ |