summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-08-13 16:02:44 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-08-13 16:02:44 +0000
commit2e07b7601c6931eeb38afdf3ce306871e15e98eb (patch)
tree2fa6cd219eeac3867ee3e18ae9162b72e520a8d5 /atk/atkcomponent.h
parent6aec00a4df21eaff84db42fb2f1345dfc2201be2 (diff)
downloadatk-2e07b7601c6931eeb38afdf3ce306871e15e98eb.tar.gz
atk/atkcomponent.[c|h] docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
* atk/atkcomponent.[c|h] * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml Change atk_component_get_accessible_at_point to atk_component_ref_accessible_at_point so it will work for flyweights
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 fb3e493..c1b66d0 100755
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -59,7 +59,7 @@ struct _AtkComponentIface
gint y,
AtkCoordType coord_type);
- AtkObject* (* get_accessible_at_point) (AtkComponent *component,
+ AtkObject* (* ref_accessible_at_point) (AtkComponent *component,
gint x,
gint y,
AtkCoordType coord_type);
@@ -104,7 +104,7 @@ gboolean atk_component_contains (AtkComponent *com
gint x,
gint y,
AtkCoordType coord_type);
-AtkObject* atk_component_get_accessible_at_point(AtkComponent *component,
+AtkObject* atk_component_ref_accessible_at_point(AtkComponent *component,
gint x,
gint y,
AtkCoordType coord_type);