docs: Extra note on AtkSocket documentation
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 23 May 2013 16:17:21 +0000 (18:17 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 23 May 2013 16:17:21 +0000 (18:17 +0200)
atk/atksocket.c

index 02847cf..6a8a8be 100644 (file)
  * atk_plug_id() to the process that contains the #AtkSocket, so it
  * 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.
  */
 
 static void atk_socket_class_init (AtkSocketClass *klass);