From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ae9:e889:: with SMTP id a131mr6328697qkg.771.1644824762201; Sun, 13 Feb 2022 23:46:02 -0800 (PST) X-Received: by 2002:a25:50c8:: with SMTP id e191mr10969750ybb.498.1644824761908; Sun, 13 Feb 2022 23:46:01 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 13 Feb 2022 23:46:01 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e0a:810:89e0:1508:8ed4:35ed:d61b; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 2a01:e0a:810:89e0:1508:8ed4:35ed:d61b References: <1e07b1bf-d60c-41e4-92f1-0f652b48f8d3n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <32a576a3-933e-4db8-a26d-f506c48f9056n@googlegroups.com> Subject: Re: GtkAda for GTk4? From: Emmanuel Briot Injection-Date: Mon, 14 Feb 2022 07:46:02 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63510 List-Id: > GtkAda bindings are generated by a tool designed by AdaCore. This tool > might require massive changes when migrating to GTK 4. I wrote that python script years ago, when the XML files that describe the gtk+ API were actually pretty bad type-wise. The script is full of special cases, and very ugly. I don't think anyone should use it as a basis for binding to gtk 4, it would likely be much better to restart from scratch. I believe the XML files have improved significantly since then, and are used by more languages bindings, too, so that could likely be simplified. Emmanuel