summaryrefslogtreecommitdiff
path: root/atk/atkdocument.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-27 13:30:37 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-27 13:30:37 +0000
commitb4c43fe931f1ab7f36eaf160552b1c5a2a01673e (patch)
tree52a6e052a41a906a0b2a06cc9e40488af4822055 /atk/atkdocument.h
parent4f7f9485d21180c069fc3db6877403ed1e8f429e (diff)
downloadat-spi2-core-b4c43fe931f1ab7f36eaf160552b1c5a2a01673e.tar.gz
Add padding to class structures to allow for future expansion.
* atk/atkdocument.h: Add padding to class structures to allow for future expansion.
Diffstat (limited to 'atk/atkdocument.h')
-rwxr-xr-xatk/atkdocument.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/atk/atkdocument.h b/atk/atkdocument.h
index 68132375..00be9063 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);