summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.h
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2002-03-14 00:31:15 +0000
committerBill Haneman <billh@src.gnome.org>2002-03-14 00:31:15 +0000
commitcc01653664e22f80535b41a623b9b545614b6d6b (patch)
tree1c6a0316425eb29105a5f023fe6fe2527dcb37f8 /atk/atkcomponent.h
parentd18cabae3b2ffc4c93ea28de740f1dc167d54946 (diff)
downloadatk-cc01653664e22f80535b41a623b9b545614b6d6b.tar.gz
Fix for SEGV triggered by test-gail-gnome, due to calling
g_type_class_peek (ATK_UTIL_CLASS) instead of g_type_class_ref (ATK_UTIL_CLASS).
Diffstat (limited to 'atk/atkcomponent.h')
-rwxr-xr-xatk/atkcomponent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
index b551cd4..ccb73d1 100755
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -54,6 +54,7 @@ struct _AtkComponentIface
guint (* add_focus_handler) (AtkComponent *component,
AtkFocusHandler handler);
+
gboolean (* contains) (AtkComponent *component,
gint x,
gint y,