[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGObject2' (#lcl)

TGParamSpecTypeInfo

Declaration

Source position: lazgobject2.pas line 951

type TGParamSpecTypeInfo = record

  instance_size: guint16;

  

  n_preallocs: guint16;

  

  instance_init: procedure(

  

  pspec: PGParamSpec

);

  value_type: TGType;

  

  finalize: procedure(

  

  pspec: PGParamSpec

);

  value_set_default: procedure(

  

  pspec: PGParamSpec;

  value: PGValue

);

  value_validate: function(

  

  pspec: PGParamSpec;

  value: PGValue

):gboolean;

  values_cmp: function(

  

  pspec: PGParamSpec;

  value1: PGValue;

  value2: PGValue

):gint;

end;