* atk/atkdocument.h:
Add padding to class structures to allow for future expansion.
-2002-02-13 Padraig O'Briain <padraig.obriain@sun.com>
+2002-02-27 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * atk/atkdocument.h:
+ Add padding to class structures to allow for future expansion.
+
+2002-02-27 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
Add padding to class structures to allow for future expansion.
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);