summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-27 14:52:24 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-27 14:52:24 +0000
commit117adaa701915145de11f5f8283dbf67626af3d6 (patch)
tree53fe27d9eeb388150c66135ed37c34d2ab3ad277
parentb4c43fe931f1ab7f36eaf160552b1c5a2a01673e (diff)
downloadatk-117adaa701915145de11f5f8283dbf67626af3d6.tar.gz
Add padding to class structures to allow for future expansion.
* atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion.
-rw-r--r--ChangeLog5
-rwxr-xr-xatk/atkhyperlink.h2
-rwxr-xr-xatk/atkhypertext.h5
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 061ffee..6935bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
2002-02-27 Padraig O'Briain <padraig.obriain@sun.com>
- * atk/atkdocument.h:
+ * atk/atkhypertext.h atk/atkhyperlink.h:
Add padding to class structures to allow for future expansion.
-2002-02-27 Padraig O'Briain <padraig.obriain@sun.com>
+ * atk/atkdocument.h:
+ Add padding to class structures to allow for future expansion.
* atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
Add padding to class structures to allow for future expansion.
diff --git a/atk/atkhyperlink.h b/atk/atkhyperlink.h
index 9775079..ca38055 100755
--- a/atk/atkhyperlink.h
+++ b/atk/atkhyperlink.h
@@ -87,6 +87,8 @@ struct _AtkHyperlinkClass
AtkFunction pad1;
AtkFunction pad2;
+ AtkFunction pad3;
+ AtkFunction pad4;
};
GType atk_hyperlink_get_type (void);
diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h
index f954027..9535c6e 100755
--- a/atk/atkhypertext.h
+++ b/atk/atkhypertext.h
@@ -57,7 +57,10 @@ struct _AtkHypertextIface
gint (* get_n_links) (AtkHypertext *hypertext);
gint (* get_link_index) (AtkHypertext *hypertext,
gint char_index);
-
+ AtkFunction pad1;
+ AtkFunction pad2;
+ AtkFunction pad3;
+ AtkFunction pad4;
};
GType atk_hypertext_get_type (void);