From 876318cdd5b886314ec495b746d0f171018c218c Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 13 Feb 2002 14:15:05 +0000 Subject: Add padding to class structures to allow for future expansion. * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h atk/atktable.h atk/atktext.h atk/atkvalue.h: Add padding to class structures to allow for future expansion. --- atk/atkaction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atk/atkaction.h') diff --git a/atk/atkaction.h b/atk/atkaction.h index 853d581..1ecdc9c 100755 --- a/atk/atkaction.h +++ b/atk/atkaction.h @@ -62,6 +62,9 @@ struct _AtkActionIface gboolean (*set_description) (AtkAction *action, gint i, const gchar *desc); + + AtkFunction pad1; + AtkFunction pad2; }; GType atk_action_get_type (void); -- cgit v1.2.1