From 9af212325c8bd4c35cae2be12f9a0b3ad0302593 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 6 Nov 2013 18:37:45 +0000 Subject: [PATCH 06/11] TpBaseConnection: add more ABI padding We're starting to run out of pointers here; while the 'next' branch isn't ABI-stable, we might as well add plenty of padding. --- telepathy-glib/base-connection.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h index 49f3437..9e53d5b 100644 --- a/telepathy-glib/base-connection.h +++ b/telepathy-glib/base-connection.h @@ -96,13 +96,12 @@ struct _TpBaseConnectionClass { TpBaseConnectionGetInterfacesImpl get_interfaces_always_present; void (*fill_contact_attributes) (TpBaseConnection *self, - const gchar *dbus_interface, - TpHandle contact, - TpContactAttributeMap *attributes); + const gchar *dbus_interface, + TpHandle contact, + TpContactAttributeMap *attributes); /**/ - gpointer _future3; - gpointer _future4; + GCallback _future[16]; gpointer priv; }; -- 1.8.4.2