summaryrefslogtreecommitdiff
path: root/atk/atkvalue.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/atkvalue.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/atkvalue.h')
-rwxr-xr-xatk/atkvalue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkvalue.h b/atk/atkvalue.h
index b4b3122..1bd668b 100755
--- a/atk/atkvalue.h
+++ b/atk/atkvalue.h
@@ -58,6 +58,8 @@ struct _AtkValueIface
gboolean (* set_current_value) (AtkValue *obj,
const GValue *value);
+ AtkFunction pad1;
+ AtkFunction pad2;
};
GType atk_value_get_type (void);