summaryrefslogtreecommitdiff
path: root/atk/atkaction.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-13 14:15:05 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-13 14:15:05 +0000
commit876318cdd5b886314ec495b746d0f171018c218c (patch)
tree6a9ace6af4a699347b088ab4a26a0fe8facf7eac /atk/atkaction.h
parent8e301b9ecc24f6725192983a2ced242eec987a7a (diff)
downloadatk-876318cdd5b886314ec495b746d0f171018c218c.tar.gz
Add padding to class structures to allow for future expansion.
* atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h atk/atktable.h atk/atktext.h atk/atkvalue.h: Add padding to class structures to allow for future expansion.
Diffstat (limited to 'atk/atkaction.h')
-rwxr-xr-xatk/atkaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/atk/atkaction.h b/atk/atkaction.h
index 853d581..1ecdc9c 100755
--- a/atk/atkaction.h
+++ b/atk/atkaction.h
@@ -62,6 +62,9 @@ struct _AtkActionIface
gboolean (*set_description) (AtkAction *action,
gint i,
const gchar *desc);
+
+ AtkFunction pad1;
+ AtkFunction pad2;
};
GType atk_action_get_type (void);