功能

GLibtest_skip_printf

自:2.70

声明 [源代码]

void
g_test_skip_printf (
  const char* format,
  ...
)

描述 [源代码]

表示已跳过测试。

等效于 g_test_skip(),但解释格式采用 g_strdup_printf() 的格式。

自 2.70 起已提供

此功能对语言绑定不可直接使用。

参数

格式

类型: const char*

格式字符串。

数据归函数调用方所有。
该值是带有 NUL 结束符的 UTF-8 字符串。
...

类型: 

类似 Printf 的format 参数。