GDBus: update padding
authorDavid Zeuthen <davidz@redhat.com>
Tue, 22 Jun 2010 16:12:16 +0000 (12:12 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 22 Jun 2010 16:14:31 +0000 (12:14 -0400)
commit2be38f6926d8bf2738c3898e831dcb3928925f90
treedec7338699d276db5fb4aa8c73edcfb287888f4b
parentd19380c809525559f55ba5f3304c0e787c2ebfac
GDBus: update padding

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: David Zeuthen <davidz@redhat.com>
gio/gdbusauth.h
gio/gdbusauthmechanism.h
gio/gdbusauthmechanismanon.h
gio/gdbusauthmechanismexternal.h
gio/gdbusauthmechanismsha1.h
gio/gdbusauthobserver.h
gio/gdbusconnection.h
gio/gdbusmessage.h
gio/gdbusmethodinvocation.h
gio/gdbusproxy.h
gio/gdbusserver.h