类方法

GObjectObjectClassfind_property

声明 [源]

GParamSpec*
g_object_class_find_property (
  GObjectClass* oclass,
  const gchar* property_name
)

描述 [源]

查找类中属性的 GParamSpec

参数

property_name

类型: const gchar*

要查找的属性的名称。

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

返回值

类型: GParamSpec

属性的 GParamSpec,如果类中不存在该名称的属性则为 NULL

返回的数据由类所有。