Function
GLibtest_trap_assertions
Declaration [src]
void
g_test_trap_assertions(
constchar*domain,
constchar*file,
intline,
constchar*func,
guint64assertion_flags,
constchar*pattern
)
Description
No description available.
Parameters
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:
intNo description available.
func-
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. assertion_flags-
Type:
guint64No description available.
pattern-
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.