Skip to content
  • David Zeuthen's avatar
    GDBus: update padding · 2be38f69
    David Zeuthen authored
    
    
    Add lots of padding for public class structures. Notably, we seemed to
    lack any padding whatsoever in the GDBusMessageClass struct (spotted
    by Dan Winship). Also switch to using
    
     gpointer padding[N];
    
    instead of
    
     void (*_g_reserved1) (void);
     ...
     void (*_g_reservedN) (void);
    
    Signed-off-by: default avatarDavid Zeuthen <davidz@redhat.com>
    2be38f69