功能

GLib test_incomplete_printf

自版本 2.70 开始提供

声明 [src]

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

说明 [src]

指明某个测试因某些不完备的功能而失败。

相当于 g_test_incomplete(),但是说明格式与 g_strdup_printf() 相同。

自版本 2.70 提供

此函数不能直接用于语言绑定。

参数

格式

类型: const char*

格式字符串。

该数据由函数调用者拥有。
该值为带有空结尾符的 UTF-8 字符串。
...

类型: 

类似 Printf 的 format 的参数。