diff src/gtklog.h @ 12838:cb36bc2db7c5

[gaim-migrate @ 15186] Adding a log-displaying signal. I'm using this in a patch I'm writing for gaim-encryption. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 11 Jan 2006 23:26:51 +0000
parents 00e1a81307b2
children
line wrap: on
line diff
--- a/src/gtklog.h	Wed Jan 11 23:23:38 2006 +0000
+++ b/src/gtklog.h	Wed Jan 11 23:26:51 2006 +0000
@@ -56,4 +56,28 @@
 
 void gaim_gtk_syslog_show(void);
 
+/**************************************************************************/
+/** @name GTK+ Log Subsystem                                              */
+/**************************************************************************/
+/*@{*/
+
+/**
+ * Initializes the GTK+ log subsystem.
+ */
+void gaim_gtk_log_init(void);
+
+/**
+ * Returns the GTK+ log subsystem handle.
+ *
+ * @return The GTK+ log subsystem handle.
+ */
+void *gaim_gtk_log_get_handle(void);
+
+/**
+ * Uninitializes the GTK+ log subsystem.
+ */
+void gaim_gtk_log_uninit(void);
+
+/*@}*/
+
 #endif