[fpc-pascal] how to bind the following c code ?

Henry Vermaak henry.vermaak at gmail.com
Wed Apr 14 11:51:54 CEST 2010


On 14 April 2010 10:38, ik <idokan at gmail.com> wrote:
> Hello,
>
> I'm trying to add missing Pango functions to both Lazarus and FPC for BiDi
> support, and I have encountered the following function:
>
> PangoDirection pango_unichar_direction      (gunichar     ch) G_GNUC_CONST;
>
> I do not understand the G_GNUC_CONST part, does anyone here know what it
> suppose to be ?

http://library.gnome.org/devel/glib/stable/glib-Miscellaneous-Macros.html#G-GNUC-CONST:CAPS

Henry



More information about the fpc-pascal mailing list