函数

Giocontent_type_get_icon

声明 [src]

GIcon*
g_content_type_get_icon (
  const gchar* type
)

描述 [src]

获取内容类型的图标。

参数

type

类型: const gchar*

内容类型字符串。

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

返回值

类型: GIcon

对应内容类型的GIcon。使用g_object_unref()释放返回的对象。

函数的调用者拥有数据,负责释放它。