libpurple/debug.h

changeset 41120
02abf3170610
parent 40950
c3fc77a3c015
child 41127
cd297cfc56f3
equal deleted inserted replaced
41119:409319dde54e 41120:02abf3170610
216 * Enable or disable colored output for bash console. 216 * Enable or disable colored output for bash console.
217 */ 217 */
218 void purple_debug_set_colored(gboolean colored); 218 void purple_debug_set_colored(gboolean colored);
219 219
220 /****************************************************************************** 220 /******************************************************************************
221 * UI Registration Functions
222 *****************************************************************************/
223
224 /**
225 * purple_debug_set_ui:
226 * @ui: The UI operations structure.
227 *
228 * Sets the UI operations structure to be used when outputting debug
229 * information.
230 *
231 * Since: 3.0.0
232 */
233 void purple_debug_set_ui(PurpleDebugUi *ui);
234
235 /**
236 * purple_debug_get_ui:
237 *
238 * Get the #PurpleDebugUi instance used for outputting debug information.
239 *
240 * Returns: (transfer none): The #PurpleDebugUi instance in use.
241 *
242 * Since: 3.0.0
243 */
244 PurpleDebugUi *purple_debug_get_ui(void);
245
246 /******************************************************************************
247 * Debug Subsystem 221 * Debug Subsystem
248 *****************************************************************************/ 222 *****************************************************************************/
249 223
250 /** 224 /**
251 * purple_debug_init: 225 * purple_debug_init:

mercurial