ibusdebug

ibusdebug — Debug message output.

Stability Level

Stable, unless otherwise indicated

Functions

#define ibus_warning()

Description

This section lists functions that generate debug and warning messages.

Functions

ibus_warning()

#define             ibus_warning(msg, args...)

A convenient wrapper for g_warning. The output format will be

    source_file:line, message...

Parameters

msg

A printf formatted message to be print.

 

...

Necessary arguments for msg .