方法
GioStaticResourceget_resource
自版本:2.32
声明 [源代码]
GResource*
g_static_resource_get_resource (
GStaticResource* static_resource
)
描述 [源代码]
获取通过调用g_static_resource_init()
注册的GResource
。
这通常用于由glib-compile-resources
生成的代码中,通常不用于其他代码中。
自版本:2.32