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

TGTypeCValue

Declaration

Source position: gvaluecollector.inc line 11

type TGTypeCValue = record

  case LongInt of

    0: (

        v_int: gint;

      );

    1: (

        v_long: glong;

      );

    2: (

        v_int64: gint64;

      );

    3: (

        v_double: gdouble;

      );

    4: (

        v_pointer: gpointer;

      );

end;


Documentation generated on: 2023-03-18