Function
GLibassert_warning
Declaration [src]
void
g_assert_warning(
constchar*log_domain,
constchar*file,
constintline,
constchar*pretty_function,
constchar*expression
)
Description
No description available.
Parameters
log_domain-
Type:
const char*No description available.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. file-
Type:
const char*No description available.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. line-
Type:
const intNo description available.
pretty_function-
Type:
const char*No description available.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. expression-
Type:
const char*No description available.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string.