pidgin/pidgindebug.h

changeset 41127
cd297cfc56f3
parent 41124
95555046173e
child 42464
5de142a471e0
equal deleted inserted replaced
41126:fed868e592ca 41127:cd297cfc56f3
44 * Since: 3.0.0 44 * Since: 3.0.0
45 */ 45 */
46 void pidgin_debug_init_handler(void); 46 void pidgin_debug_init_handler(void);
47 47
48 /** 48 /**
49 * pidgin_debug_set_print_enabled:
50 *
51 * Set whether the debug logging messages are sent the default GLib logging handler.
52 *
53 * This will print to the console, if Pidgin is run from there.
54 *
55 * Since: 3.0.0
56 */
57 void pidgin_debug_set_print_enabled(gboolean enable);
58
59 /**
49 * pidgin_debug_init: 60 * pidgin_debug_init:
50 * 61 *
51 * Perform necessary initializations. 62 * Perform necessary initializations.
52 * 63 *
53 * Since: 3.0.0 64 * Since: 3.0.0

mercurial