summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-02-07 13:54:34 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-02-07 13:55:28 +0100
commit85ac8cb1ef96ee25619cee70dc0ee5594f1d8a1d (patch)
tree2c78ef9e9360a582698c11a8fa02512008908d37
parent406424d74360fb0b1b69bc936bc3274f46eb24be (diff)
downloadatk-85ac8cb1ef96ee25619cee70dc0ee5594f1d8a1d.tar.gz
atkcomponent: document that ->contains already have a default implementation
-rwxr-xr-xatk/atkcomponent.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
index d54ac97..2e5a19d 100755
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -192,6 +192,10 @@ atk_component_remove_focus_handler (AtkComponent *component,
*
* Checks whether the specified point is within the extent of the @component.
*
+ * Toolkit implementor note: ATK provides a default implementation for
+ * this virtual method. In general there are little reason to
+ * re-implement it.
+ *
* Returns: %TRUE or %FALSE indicating whether the specified point is within
* the extent of the @component or not
**/