summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-15 11:26:25 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-15 11:26:25 +0000
commitdb11c53d1b8259122c7ab6c0bfce9aae1378cae5 (patch)
tree020ebbcccd9c114a4f716a18034f0f2f954763ff /atk/atkcomponent.h
parent532a7888d6cfdf2c9bc940f44183f7abd1179e20 (diff)
downloadatk-db11c53d1b8259122c7ab6c0bfce9aae1378cae5.tar.gz
Change argument of get_layer and get_mdi_zorder function pointers to be
* atk/atkcomponent.h: Change argument of get_layer and get_mdi_zorder function pointers to be AtkComponent instead of AtkObject * atk/atkcomponent.c: Change atk_component_get_layer and atk_component_get_mdi_zorder to refer to argument as component instead os accessible * docs/atk-sections.txt docs/tmpl/atkaction.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml: Update for recent changes
Diffstat (limited to 'atk/atkcomponent.h')
-rwxr-xr-xatk/atkcomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index c089150..b551cd4 100755
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -93,8 +93,8 @@ struct _AtkComponentIface
gint width,
gint height);
- AtkLayer (* get_layer) (AtkObject *accessible);
- gint (* get_mdi_zorder) (AtkObject *accessible);
+ AtkLayer (* get_layer) (AtkComponent *component);
+ gint (* get_mdi_zorder) (AtkComponent *component);
AtkFunction pad1;
AtkFunction pad2;