Home / api / name / gb_type 
GB_TYPE
Syntax
typedef
  long GB_TYPE;

This type represents a Gambas datatype identifier.

It can be a datatype constant specified in Datatypes Constants, or a GB_CLASS class identifier returned by a function like GB.FindClass transformed into GB_TYPE by a cast.

See also

Datatypes Constants