docs: Fixed mention to atkobject methods
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 28 May 2013 15:26:30 +0000 (17:26 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 28 May 2013 15:27:24 +0000 (17:27 +0200)
atk/atksocket.c

index 6a8a8be..fd2e6aa 100644 (file)
@@ -45,9 +45,9 @@
  * could call the method atk_socket_embed() in order to embed it.
  *
  * For the same reasons, an implementor doesn't need to implement
- * atk_object_get_n_children() and atk_object_ref_child(). All the
- * logic related to those functions will be implemented by the IPC
- * layer.
+ * atk_object_get_n_accessible_children() and
+ * atk_object_ref_accessible_child(). All the logic related to those
+ * functions will be implemented by the IPC layer.
  */
 
 static void atk_socket_class_init (AtkSocketClass *klass);