Unit 'glib2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGParamSpecTypeInfo

Declaration

Source position: gparam.inc line 48

type TGParamSpecTypeInfo = record

  instance_size: guint16;

  n_preallocs: guint16;

  instance_init: procedure(

  pspec: PGParamSpec

);

  value_type: GType;

  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;


Documentation generated on: 2023-03-18