pidgin/pidgindebug.h

changeset 42466
ca3374c1cdba
parent 42465
b7d530551c1b
child 42620
72178a341eb8
equal deleted inserted replaced
42465:b7d530551c1b 42466:ca3374c1cdba
45 * This must be called early if you want to capture logs at startup, and avoid 45 * This must be called early if you want to capture logs at startup, and avoid
46 * printing them out. 46 * printing them out.
47 * 47 *
48 * Since: 3.0.0 48 * Since: 3.0.0
49 */ 49 */
50 PIDGIN_AVAILABLE_IN_3_0
50 void pidgin_debug_init_handler(void); 51 void pidgin_debug_init_handler(void);
51 52
52 /** 53 /**
53 * pidgin_debug_set_print_enabled: 54 * pidgin_debug_set_print_enabled:
54 * 55 *
56 * 57 *
57 * This will print to the console, if Pidgin is run from there. 58 * This will print to the console, if Pidgin is run from there.
58 * 59 *
59 * Since: 3.0.0 60 * Since: 3.0.0
60 */ 61 */
62 PIDGIN_AVAILABLE_IN_3_0
61 void pidgin_debug_set_print_enabled(gboolean enable); 63 void pidgin_debug_set_print_enabled(gboolean enable);
62 64
63 /** 65 /**
64 * pidgin_debug_init: 66 * pidgin_debug_init:
65 * 67 *

mercurial