summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-22 14:27:52 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 09:11:42 +0200
commitb99bbb45545b1e6b972f0999027238f582d667ff (patch)
tree01af22afa0255db2b7fbd90a0dabdbe8415ca12a /telepathy-glib/base-client.h
parenta3a98f0d1a5316aee1255d6dc0a60419cbc0d8c4 (diff)
downloadtelepathy-glib-b99bbb45545b1e6b972f0999027238f582d667ff.tar.gz
add padding to _TpBaseClientClass
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index fca5d0ec4..aa499b0b8 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -38,6 +38,7 @@ typedef struct _TpBaseClientPrivate TpBaseClientPrivate;
struct _TpBaseClientClass {
/*<private>*/
GObjectClass parent_class;
+ GCallback _padding[7];
TpDBusPropertiesMixinClass dbus_properties_class;
};