函数
GLibtest_trap_assertions
声明 [src]
void
g_test_trap_assertions (
const char* domain,
const char* file,
int line,
const char* func,
guint64 assertion_flags,
const char* pattern
)
参数
domain-
类型:
const char*没有可用的描述。
数据由函数的调用者拥有。 该值是一个以 NUL 结尾的 UTF-8 字符串。 file-
类型:
const char*没有可用的描述。
数据由函数的调用者拥有。 该值是一个以 NUL 结尾的 UTF-8 字符串。 line-
类型:
int没有可用的描述。
func-
类型:
const char*没有可用的描述。
数据由函数的调用者拥有。 该值是一个以 NUL 结尾的 UTF-8 字符串。 assertion_flags-
类型:
guint64没有可用的描述。
pattern-
类型:
const char*没有可用的描述。
数据由函数的调用者拥有。 该值是一个以 NUL 结尾的 UTF-8 字符串。