[fpc-pascal] G_TYPE_STRV in Pascal?
Matthias Klumpp
matthias at nlinux.org
Thu Nov 5 20:24:11 CET 2009
Hello!
I currently try to implement parts of the DBUs-GLib-API in Pascal. To test
some of the functions, I need the G_TYPE G_TYPE_STRV (look here:
http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#G-TYPE-STRV--CAPS
)
Does anyone know, how to represent this type in Pascal?
E.g. G_TYPE_STRING is represented by GType(16 shl
G_TYPE_FUNDAMENTAL_SHIFT);, which is the right one for G_TYPE_STRV?
Regards
Matthias
More information about the fpc-pascal
mailing list