Revert "Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_1...
[platform/upstream/atk.git] / atk / atksocket.c
index 6a8a8be..a012f18 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atk.h"
 #include "atksocket.h"
 
@@ -45,9 +47,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);