函数

GdkContentFormatsparse

自:4.4

声明 [源代码]

GdkContentFormats*
gdk_content_formats_parse (
  const char* string
)

描述 [源代码]

将给定的 字符串 解析为 GdkContentFormats 并返回格式。

通过 gdk_content_formats_to_string() 打印的字符串可以使用此函数成功重读。

如果 字符串 不描述有效的内容格式,则返回 NULL

自:4.4

参数

string

类型: const char*

要解析的字符串。

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

返回值

类型: GdkContentFormats

如果 string 有效,则为内容格式。

函数的调用者获得数据所有权,并负责释放它。
返回值可以是 NULL