Re: [Vala] getting started with vala and glade

2016-06-27 Thread Al Thomas
From: Luc Chante Sent: Monday, 27 June 2016, 11:36 Subject: Re: [Vala] getting started with vala and glade I think it would be a good start to use gtk templates. So you can use your ui file and create the ApplicationWindow by it's constructor (which takes an Application instance).

Re: [Vala] getting started with vala and glade

2016-06-27 Thread Jürg Billeter
On Mon, 2016-06-27 at 00:23 +0200, Luca Bruno wrote: > It does, it's reference counting. The main there is freeing the > Thelma object right after run method is called. Yes, however, the run method returns only when the application is about to be terminated and thus, it's ok to free the Thelma obj