Todo List
- Global <globalScope>::ecore_con_server_connected_get (Ecore_Con_Server *svr)
- Check that this function does what the documenter believes it does.
- Global <globalScope>::ecore_fb_callback_gain_set (void(*func)(void *data), void *data)
- Documentation: Find out what this does.
- Global <globalScope>::ecore_fb_callback_lose_set (void(*func)(void *data), void *data)
- Documentation: Find out what this does.
- Global <globalScope>::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 <globalScope>::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.
- Global <globalScope>::ecore_ipc_server_connect (Ecore_Ipc_Type compl_type, char *name, int port, const void *data)
- Need to add protocol type parameter.
- Global <globalScope>::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.
- page Ecore
(1.0) Document API
- Page Ecore Abstract Data Types
- Finish this.
- Group Ecore_Path_Group
- Give this a better description.