src/gtklog.h

changeset 12838
5c6f36abeee8
parent 12674
e388b0121c2a
equal deleted inserted replaced
12837:91261adc87b3 12838:5c6f36abeee8
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

mercurial