方法

GObject类类型get_instance_private_offset

since: 2.38

声明 [源]

gint
g_type_class_get_instance_private_offset (
  GObjectTypeClass* g_class
)

描述 [源]

获取类型为g_class的实例的私有数据的偏移量。

这是您应该添加到类的实例指针中多少字节才能得到由g_class表示的类型代表的私有数据。

您只能在使用g_type_class_add_private()为g_class注册了私有数据区域之后调用此函数。

Available since: 2.38

此方法对语言绑定不可直接使用。

返回值

类型: gint

偏移量,以字节为单位。