gboolean g_struct_info_is_gtype_struct GIStructInfo* info g_struct_info_is_gtype_struct gboolean g_struct_info_is_gtype_struct (GIStructInfo* 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 GIStructInfo

Returns :

%TRUE if this is a class struct, %FALSE otherwise