From: Padraig O'Briain Date: Wed, 27 Feb 2002 13:30:37 +0000 (+0000) Subject: Add padding to class structures to allow for future expansion. X-Git-Tag: ATK_1_0_0_RC1~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4c43fe931f1ab7f36eaf160552b1c5a2a01673e;p=platform%2Fupstream%2Fatk.git Add padding to class structures to allow for future expansion. * atk/atkdocument.h: Add padding to class structures to allow for future expansion. --- diff --git a/ChangeLog b/ChangeLog index 61a192d..061ffee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2002-02-13 Padraig O'Briain +2002-02-27 Padraig O'Briain + + * atk/atkdocument.h: + Add padding to class structures to allow for future expansion. + +2002-02-27 Padraig O'Briain * atk/atkobjectfactory.h atk/atkgobjectaccessible.h: Add padding to class structures to allow for future expansion. diff --git a/atk/atkdocument.h b/atk/atkdocument.h index 6813237..00be906 100755 --- a/atk/atkdocument.h +++ b/atk/atkdocument.h @@ -49,6 +49,15 @@ struct _AtkDocumentIface GTypeInterface parent; G_CONST_RETURN gchar* ( *get_document_type) (AtkDocument *document); gpointer ( *get_document) (AtkDocument *document); + + AtkFunction pad1; + AtkFunction pad2; + AtkFunction pad3; + AtkFunction pad4; + AtkFunction pad5; + AtkFunction pad6; + AtkFunction pad7; + AtkFunction pad8; }; GType atk_document_get_type (void);