Function glib::warn_message[][src]

pub fn warn_message(
    domain: Option<&str>,
    file: &str,
    line: i32,
    func: &str,
    warnexpr: Option<&str>
)
Expand description

Internal function used to print messages from the public g_warn_if_reached() and g_warn_if_fail() macros.

domain

log domain

file

file containing the warning

line

line number of the warning

func

function containing the warning

warnexpr

expression which failed