atkcomponent: document that ->contains already have a default implementation
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 7 Feb 2014 12:54:34 +0000 (13:54 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 7 Feb 2014 12:55:28 +0000 (13:55 +0100)
atk/atkcomponent.c

index d54ac97..2e5a19d 100755 (executable)
@@ -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
  **/