Re: [RFC v3 04/32] glib-compat: add G_SIZEOF_MEMBER

2021-09-08 Thread Marc-André Lureau
Hi On Wed, Sep 8, 2021 at 4:16 PM Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > The macro was introduced in 2.64. Let's redefine it, to allow its usage > > with older versions and silence the deprecation warning. > > > > Signed-off-by: Marc

Re: [RFC v3 04/32] glib-compat: add G_SIZEOF_MEMBER

2021-09-08 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > The macro was introduced in 2.64. Let's redefine it, to allow its usage > with older versions and silence the deprecation warning. > > Signed-off-by: Marc-André Lureau > --- > include/glib-compat.h | 7 +++ > 1 file changed,