get_class_struct


Description:

public StructInfo? get_class_struct ()

Every Object has two structures; an instance structure and a class structure.

This function returns the metadata for the class structure.

Parameters:

info

a ObjectInfo

Returns:

the StructInfo or null. Free with g_base_info_unref when done.