diff -r fed868e592ca -r cd297cfc56f3 pidgin/pidgindebug.h --- a/pidgin/pidgindebug.h Tue Oct 19 02:57:01 2021 -0500 +++ b/pidgin/pidgindebug.h Tue Oct 19 03:00:48 2021 -0500 @@ -46,6 +46,17 @@ void pidgin_debug_init_handler(void); /** + * pidgin_debug_set_print_enabled: + * + * Set whether the debug logging messages are sent the default GLib logging handler. + * + * This will print to the console, if Pidgin is run from there. + * + * Since: 3.0.0 + */ +void pidgin_debug_set_print_enabled(gboolean enable); + +/** * pidgin_debug_init: * * Perform necessary initializations.