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

TGParamSpecClass

Declaration

Source position: gparam.inc line 33

type TGParamSpecClass = record

  g_type_class: TGTypeClass;

  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;

  dummy: array [0..3] of gpointer;

end;


Documentation generated on: 2023-03-18