[atk] docs: Fixed mention to atkobject methods



commit aa6d3275a70539cd3f6fccbe679a4619889eb864
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Tue May 28 17:26:30 2013 +0200

    docs: Fixed mention to atkobject methods

 atk/atksocket.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/atk/atksocket.c b/atk/atksocket.c
index 6a8a8be..fd2e6aa 100644
--- a/atk/atksocket.c
+++ b/atk/atksocket.c
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]