类方法
GObjectObjectClassfind_property
声明 [源]
GParamSpec*
g_object_class_find_property (
GObjectClass* oclass,
const gchar* property_name
)
返回值
类型: GParamSpec
属性的 GParamSpec
,如果类中不存在该名称的属性则为 NULL
。
返回的数据由类所有。 |
GParamSpec*
g_object_class_find_property (
GObjectClass* oclass,
const gchar* property_name
)
类型: GParamSpec
属性的 GParamSpec
,如果类中不存在该名称的属性则为 NULL
。
返回的数据由类所有。 |