[gtkada] Gtk and gettext

Manuel Op de Coul manuel.op.de.coul at eon-benelux.com
Fri May 14 17:16:06 CEST 2004


After spending several hours I look in gtkada-intl.adb and see this:

   procedure Bind_Text_Domain (Domain : String; Dirname : String) is
      procedure Internal (Domain, Dirname : String);
      pragma Import (C, Internal, "bindtextdomain");
   begin
      null;
   end Bind_Text_Domain;

All subprograms do nothing! Then I see it's a preprocessed body.

May I strongly suggest putting a warning in big letters in the spec
gtkada-intl.ads about this?
Thanks,

Manuel





More information about the gtkada mailing list