TypeScript API Documentation for GOBJECT
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.44
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).
instance-count
GOBJECT_DEBUG
a GObject.GType
the number of instances allocated of the given type; if instance counts are not available, returns 0.
2.44
Returns the number of instances allocated of the particular type; this is only available if GLib is built with debugging support and the
instance-countdebug flag is set (by setting theGOBJECT_DEBUGvariable to includeinstance-count).