函数

Gtktest_accessible_assertion_message_role

声明 [src]

void
gtk_test_accessible_assertion_message_role (
  const char* domain,
  const char* file,
  int line,
  const char* func,
  const char* expr,
  GtkAccessible* accessible,
  GtkAccessibleRole expected_role,
  GtkAccessibleRole actual_role
)

说明 [src]

为 gtk_test_accessible_assert_role() 打印一个断言消息。

参数

domain

类型: const char*

一个域。

该数据由函数的调用者拥有。
该值是 NUL 终止的 UTF-8 字符串。
file

类型: const char*

一个文件名称。

该数据由函数的调用者拥有。
该值是 NUL 终止的 UTF-8 字符串。
line

类型: int

file 中的行。

func

类型: const char*

file 中的一个函数名称。

该数据由函数的调用者拥有。
该值是 NUL 终止的 UTF-8 字符串。
expr

类型: const char*

要测试的表达式。

该数据由函数的调用者拥有。
该值是 NUL 终止的 UTF-8 字符串。
accessible

类型: GtkAccessible

一个 GtkAccessible

该数据由函数的调用者拥有。
expected_role

类型: GtkAccessibleRole

预期的 GtkAccessibleRole

actual_role

类型: GtkAccessibleRole

实际的 GtkAccessibleRole