| 54 void gaim_gtk_log_show(GaimLogType type, const char *screenname, GaimAccount *account); |
54 void gaim_gtk_log_show(GaimLogType type, const char *screenname, GaimAccount *account); |
| 55 void gaim_gtk_log_show_contact(GaimContact *contact); |
55 void gaim_gtk_log_show_contact(GaimContact *contact); |
| 56 |
56 |
| 57 void gaim_gtk_syslog_show(void); |
57 void gaim_gtk_syslog_show(void); |
| 58 |
58 |
| |
59 /**************************************************************************/ |
| |
60 /** @name GTK+ Log Subsystem */ |
| |
61 /**************************************************************************/ |
| |
62 /*@{*/ |
| |
63 |
| |
64 /** |
| |
65 * Initializes the GTK+ log subsystem. |
| |
66 */ |
| |
67 void gaim_gtk_log_init(void); |
| |
68 |
| |
69 /** |
| |
70 * Returns the GTK+ log subsystem handle. |
| |
71 * |
| |
72 * @return The GTK+ log subsystem handle. |
| |
73 */ |
| |
74 void *gaim_gtk_log_get_handle(void); |
| |
75 |
| |
76 /** |
| |
77 * Uninitializes the GTK+ log subsystem. |
| |
78 */ |
| |
79 void gaim_gtk_log_uninit(void); |
| |
80 |
| |
81 /*@}*/ |
| |
82 |
| 59 #endif |
83 #endif |