方法

GioResourcehas_children

unstable since: 2.84

声明 [src]

gboolean
g_resource_has_children (
  GResource* resource,
  const char* path
)

描述 [src]

返回资源中指定 path 是否有子项。

自:2.84

参数

path

类型: const char*

资源内部的路径名。

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

返回值

类型: gboolean

TRUE 如果 path 有子项。