Todo List
Global ecore_ipc_server_add (Ecore_Ipc_Type type, const char *name, int port, const void *data)
Need to add protocol type parameter to this function.
Global ecore_ipc_server_connect (Ecore_Ipc_Type type, char *name, int port, const void *data)
Need to add protocol type parameter.
Global ecore_ipc_server_send (Ecore_Ipc_Server *svr, int major, int minor, int ref, int ref_to, int response, const void *data, int size)

This function needs to become an IPC message.

Fix up the documentation: Make sure what ref_to and response are.

Global ecore_ipc_client_send (Ecore_Ipc_Client *cl, int major, int minor, int ref, int ref_to, int response, const void *data, int size)

This function needs to become an IPC message.

Make sure ref_to and response parameters are described correctly.

Global edje_edit_save (Evas_Object *obj)
Add a way to check what the error actually was, the way Edje Load does.
Page Eet
Document data format for images and data structures.
Page Embryo

Clean up compiler code.

Proper overview of the operation of the interpreter, that is how the heap, stack, virtual machines, etc fit together.

Page Available Calls
Finish this section.
Module Evas_Object_Textblock
put here some usage examples
File Evas_Common.h

check boolean return values and convert to Eina_Bool

change all api to use EINA_SAFETY_*

finish api documentation

Module Evas_Object_Textgrid
put here some usage examples