方法

GdkContentFormatsto_string

声明 [源]

char*
gdk_content_formats_to_string (
  GdkContentFormats* formats
)

描述 [源]

将给定的 formats 打印成易于阅读的字符串。

生成的字符串可以使用 gdk_content_formats_parse() 进行解析。

这是一个围绕 gdk_content_formats_print() 的小包装,用于帮助调试。

返回值

类型: char*

一个新的字符串。

方法的调用者承担返回数据的所有权,并负责释放它。
这个值是一个以 NUL 结束的 UTF-8 字符串。