From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!cleanfeed3-b.proxad.net!nnrp1-1.free.fr!not-for-mail Newsgroups: comp.lang.ada References: <6074bf6b$0$3702$426a74cc@news.free.fr> From: DrPi <314@drpi.fr> Subject: Re: GtkAda question Date: Sun, 18 Apr 2021 11:34:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <6074bf6b$0$3702$426a74cc@news.free.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Message-ID: <607bfd43$0$3707$426a74cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 18 Apr 2021 11:35:00 CEST NNTP-Posting-Host: 82.65.30.55 X-Trace: 1618738500 news-1.free.fr 3707 82.65.30.55:65033 X-Complaints-To: abuse@proxad.net Xref: reader02.eternal-september.org comp.lang.ada:61817 List-Id: Le 12/04/2021 à 23:45, DrPi a écrit : > Hi, > > Anyone using Glib.Key_File package ? > I have not been able to use it successfully. > Looking at the package source code, there are missing functions. > Save_To_File() is one of them. Hard to save parameters without this > function ;) > > Note : I'm using Community GtkAda 2020. > > Regards, > Nicolas After looking at existing implementations pointed in the answers, I decided to implement one myself as an exercise (as suggested by Dmitry). Thanks to all for your help. Nicolas