pidgin/pidgindebug.h

changeset 41117
6dc7e403f8f2
parent 41087
4fc5b0ddf55e
child 41120
02abf3170610
--- a/pidgin/pidgindebug.h	Mon Oct 18 21:21:38 2021 -0500
+++ b/pidgin/pidgindebug.h	Mon Oct 18 22:41:34 2021 -0500
@@ -42,6 +42,36 @@
 G_DECLARE_FINAL_TYPE(PidginDebugWindow, pidgin_debug_window, PIDGIN, DEBUG_WINDOW, GtkWindow)
 
 /**
+ * pidgin_debug_init_handler:
+ *
+ * Initialize handler for GLib logging system.
+ *
+ * This must be called early if you want to capture logs at startup, and avoid
+ * printing them out.
+ *
+ * Since: 3.0.0
+ */
+void pidgin_debug_init_handler(void);
+
+/**
+ * pidgin_debug_init:
+ *
+ * Perform necessary initializations.
+ *
+ * Since: 3.0.0
+ */
+void pidgin_debug_init(void);
+
+/**
+ * pidgin_debug_uninit:
+ *
+ * Perform necessary uninitializations.
+ *
+ * Since: 3.0.0
+ */
+void pidgin_debug_uninit(void);
+
+/**
  * pidgin_debug_ui_new:
  *
  * Initializes the GTK debug system.

mercurial