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

TGValue

Declaration

Source position: gvalue.inc line 10

type TGValue = record

  g_type: GType;

  data: array [0..1] of record

  case LongInt of

    0: (

        v_int: gint;

      );

    1: (

        v_uint: guint;

      );

    2: (

        v_long: glong;

      );

    3: (

        v_ulong: gulong;

      );

    4: (

        v_int64: gint64;

      );

    5: (

        v_uint64: guint64;

      );

    6: (

        v_float: gfloat;

      );

    7: (

        v_double: gdouble;

      );

    8: (

        v_pointer: gpointer;

      );

end;

end;


Documentation generated on: 2023-03-18