summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.h
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 /atk/atkhypertext.h
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.
Diffstat (limited to 'atk/atkhypertext.h')
-rwxr-xr-xatk/atkhypertext.h5
1 files changed, 4 insertions, 1 deletions
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);