gboolean g_struct_info_is_gtype_struct GIRepository.StructInfo info struct_info_is_gtype_struct @accepts(GIRepository.StructInfo) @returns(gboolean) def struct_info_is_gtype_struct(info)

Return true if this structure represents the "class structure" for some GObject or GInterface. This function is mainly useful to hide this kind of structure from generated public APIs.

info :

a GIRepository.StructInfo

Returns :

True if this is a class struct, False otherwise