From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dba59192f3dc208f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.15.105 with SMTP id w9mr26009434pbc.7.1323158577009; Tue, 06 Dec 2011 00:02:57 -0800 (PST) MIME-Version: 1.0 Path: lh20ni75009pbb.0!nntp.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Reto Buerki Newsgroups: comp.lang.ada Subject: Re: Announce: D_Bus/Ada, talk with your desktop in Ada Date: Tue, 6 Dec 2011 08:02:56 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <20111205214330.619e9ae0446845187a444c6e@iki.fi> Injection-Date: Tue, 6 Dec 2011 08:02:56 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="vXKYoogiAP0U7WWFaUN+xQ"; logging-data="12590"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19BcB9BbSPqUf/AlsJi8MQe" User-Agent: slrn/pre1.0.0-18 (Linux) Cancel-Lock: sha1:T8KIS0jclaH/HS3w/bT5ljY64MM= Xref: news1.google.com comp.lang.ada:19363 Date: 2011-12-06T08:02:56+00:00 List-Id: On 2011-12-05, Tero Koskinen wrote: > For those who are wondering what to do with this, here is an example: > http://iki.fi/tero.koskinen/dbus-ada/notify/ [snip] > After running the program, you should see a notification > with text "Hello, World from Ada!" on your GNOME/KDE desktop. Thanks for this example Tero. With your permission it is now included in D_Bus/Ada. I slightly simplified it, see [1]. > PS. For some reason dbus-ada does not allow me to use/serialize > empty arrays, so I fill the arrays with dummy data in my code. I have to look into this. I'll try to add support for empty containers in the next release. - reto [1] - http://git.codelabs.ch/?p=dbus-ada.git;a=blob;f=examples/notify/notify.adb