Unit 'gconf' Package
[Overview][Constants][Types][Procedures and functions][Index] [#gnome1]

TGConfValue

Declaration

Source position: gconf.pp line 56

type TGConfValue = record

  thetype: TGConfValueType;

  d: record

    case LongInt of

      0: (

          string_data: Pgchar;

        );

      1: (

          int_data: gint;

        );

      2: (

          bool_data: gboolean;

        );

      3: (

          float_data: gdouble;

        );

      4: (

          schema_data: PGConfSchema;

        );

      5: (

          list_data: record

            listtype: TGConfValueType;

            list: PGSList;

          end;

        );

      6: (

          pair_data: record

            car: PGConfValue;

            cdr: PGConfValue;

          end;

        );

  end;

end;


Documentation generated on: 2023-03-18