Re: GTK+ 3.24?

2017-05-03 Thread Matthias Clasen
On Wed, May 3, 2017 at 2:55 PM, Murray Cumming wrote: > Will there absolutely positively never be any GTK+ 3.23/24 releases? > > After all these years of not adding API, or deprecating API, in micro > releases, I feel very uneasy about doing that in gtkmm 3.22.* just >

Re: gtk4: gtk_box_pack_start()/end() porting

2017-05-03 Thread Timm Bäder
On 03.05, Murray Cumming wrote: > On Wed, 2017-05-03 at 14:22 +0200, Timm Bäder wrote: > > > Have some container widgets changed, or lost, some default > > > spacing/padding/margins too? For instance, it looks like > > > GtkActionBar > > > used to have some hard-coded spacing between its child

Re: gtk4: gtk_box_pack_start()/end() porting

2017-05-03 Thread Murray Cumming
On Wed, 2017-05-03 at 14:22 +0200, Timm Bäder wrote: > > Have some container widgets changed, or lost, some default > > spacing/padding/margins too? For instance, it looks like > > GtkActionBar > > used to have some hard-coded spacing between its child widgets > > (added > > via

Re: gtk-devel-list Digest, Vol 157, Issue 3

2017-05-03 Thread Daniel Boles
On 3 May 2017 at 13:00, wrote: > From: Murray Cumming > To: Timm B?der > Cc: gtk-devel-list > Subject: Re: gtk4: gtk_box_pack_start()/end() porting > Message-ID:

Re: gtk4: gtk_box_pack_start()/end() porting

2017-05-03 Thread Timm Bäder
On 03.05, Murray Cumming wrote: > On Fri, 2017-04-28 at 17:50 +0200, Murray Cumming wrote: > > On Fri, 2017-04-28 at 17:20 +0200, Timm Bäder wrote: > > > I've added notes about the fill and expand child properties to the > > > migration guide: > > >

Re: gtk4: gtk_box_pack_start()/end() porting

2017-05-03 Thread Murray Cumming
On Fri, 2017-04-28 at 17:50 +0200, Murray Cumming wrote: > On Fri, 2017-04-28 at 17:20 +0200, Timm Bäder wrote: > > I've added notes about the fill and expand child properties to the > > migration guide: > > https://git.gnome.org/browse/gtk+/commit/?id=bb1deaafa42ccb03929d3c > > d5 > >

Using gdbus for communicating between process

2017-05-03 Thread tom farrel
I am trying to understand GDBus and novice to dbus .. I have 2 daemons( A and B) running and to communicate between these 2 process , I would like to use gdbus . I could not figure out any examples of using gdbus in C with this regard. Any pointers or examples in this regard would be helpful. --