diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2014-02-07 13:54:34 +0100 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2014-02-07 13:55:28 +0100 |
commit | 85ac8cb1ef96ee25619cee70dc0ee5594f1d8a1d (patch) | |
tree | 2c78ef9e9360a582698c11a8fa02512008908d37 /atk/atkcomponent.c | |
parent | 406424d74360fb0b1b69bc936bc3274f46eb24be (diff) | |
download | atk-85ac8cb1ef96ee25619cee70dc0ee5594f1d8a1d.tar.gz |
atkcomponent: document that ->contains already have a default implementation
Diffstat (limited to 'atk/atkcomponent.c')
-rwxr-xr-x | atk/atkcomponent.c | 4 |
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 **/ |