Add padding to class structures to allow for future expansion.
authorPadraig O'Briain <padraigo@src.gnome.org>
Wed, 27 Feb 2002 14:52:24 +0000 (14:52 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Wed, 27 Feb 2002 14:52:24 +0000 (14:52 +0000)
* atk/atkhypertext.h atk/atkhyperlink.h:
Add padding to class structures to allow for future expansion.

ChangeLog
atk/atkhyperlink.h
atk/atkhypertext.h

index 061ffee..6935bd3 100644 (file)
--- 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.
index 9775079..ca38055 100755 (executable)
@@ -87,6 +87,8 @@ struct _AtkHyperlinkClass
 
   AtkFunction      pad1;
   AtkFunction      pad2;
+  AtkFunction      pad3;
+  AtkFunction      pad4;
 };
 
 GType            atk_hyperlink_get_type             (void);
index f954027..9535c6e 100755 (executable)
@@ -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);