Unit 'glib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk1]

TGTokenValue

Declaration

Source position: glib.pp line 353

type TGTokenValue = record

  case LongInt of

    0: (

        v_symbol: gpointer;

      );

    1: (

        v_identifier: Pgchar;

      );

    2: (

        v_binary: gulong;

      );

    3: (

        v_octal: gulong;

      );

    4: (

        v_int: gulong;

      );

    5: (

        v_float: gdouble;

      );

    6: (

        v_hex: gulong;

      );

    7: (

        v_string: Pgchar;

      );

    8: (

        v_comment: Pgchar;

      );

    9: (

        v_char: guchar;

      );

    10: (

        v_error: guint;

      );

end;


Documentation generated on: 2023-03-18