- Page Available Calls
- Finish this section.
- globalScope> 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.
- globalScope> Global ecore_ipc_server_add (Ecore_Ipc_Type compl_type, const char *name, int port, const void *data)
- Need to add protocol type parameter to this function.
- globalScope> Global ecore_ipc_server_connect (Ecore_Ipc_Type compl_type, char *name, int port, const void *data)
- Need to add protocol type parameter.
- globalScope> 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.
- globalScope> 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.
- File Evas_Common.h
check boolean return values and convert to Eina_Bool
change all api to use EINA_SAFETY_*
finish api documentation
- globalScope> Global evas_object_table_homogeneous_set (Evas_Object *o, Evas_Object_Table_Homogeneous_Mode homogeneous)
consider aspect hint and respect it.
EVAS_OBJECT_TABLE_HOMOGENEOUS_NONE
should balance weight.
EVAS_OBJECT_TABLE_HOMOGENEOUS_NONE
should balance weight.
- Module Evas_Object_Textblock
- put here some usage examples
- Module Evas_Object_Textgrid
- put here some usage examples