summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-05-28 17:26:30 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-05-28 17:27:24 +0200
commitaa6d3275a70539cd3f6fccbe679a4619889eb864 (patch)
tree74942a5873f4968985b726d14c931ec6473fc50d
parent70a62e7fb4185ec7d5452f098fb06f40b4732a47 (diff)
downloadatk-aa6d3275a70539cd3f6fccbe679a4619889eb864.tar.gz
docs: Fixed mention to atkobject methods
-rw-r--r--atk/atksocket.c6
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);