WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e92b3b7d1b6cd95beeb8a812d59493736352a076
commit e92b3b7d1b6cd95beeb8a812d59493736352a076 Author: benaryorg <[email protected]> Date: Fri Dec 11 00:11:34 2015 -0800 Wiki page basic_usage_of_ecore_con_client changed with summary [special HTML characters are escaped automagically] by benaryorg --- pages/program_guide/connectivity/basic_usage_of_ecore_con_client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/program_guide/connectivity/basic_usage_of_ecore_con_client.txt b/pages/program_guide/connectivity/basic_usage_of_ecore_con_client.txt index 98b386a..7ca3923 100644 --- a/pages/program_guide/connectivity/basic_usage_of_ecore_con_client.txt +++ b/pages/program_guide/connectivity/basic_usage_of_ecore_con_client.txt @@ -29,7 +29,7 @@ server. It also prints if the client is well connected to the server. ''_del_cb()'' prints the IP address of the server and closes the connection on the client side. ''_data_cb()'' prints the IP address of the server and the length of the received data. The data is available to use thanks to the -''ev->data'' structure. +''ev->data'' structure. Here follow the callbacks definitions: --
