get_instance_count


Description:

[ Version ( since = "2.44" ) ]
public int get_instance_count ()

Returns the number of instances allocated of the particular type; this is only available if GLib is built with debugging support and the instance_count debug flag is set (by setting the GOBJECT_DEBUG variable to include instance-count).

Parameters:

type

a Type

Returns:

the number of instances allocated of the given type; if instance counts are not available, returns 0.




2022 vala-language.org