examples/unsorted/ecore
Gustavo Sverzut Barbieri c7fc1dce01 efl_io_copier: add inactivity_timeout.
This is handful to error the copier with ETIMEDOUT if there are no
reads or writes in the given amount of time.

Since copiers are usable to download data or handle network clients,
it's easy to set a timeout and disconnect, let's say UDP clients that
are gone.
2016-10-22 10:52:22 -02:00
..
Makefile.examples emotion: initial port of emotion to GStreamer 1.0 2013-12-23 10:59:42 +09:00
ecore_animator_example.c examples: Change EINA_TRUE/FALSE to ECORE_CALLBACK_RENEW/CANCEL 2014-09-18 13:30:07 +09:00
ecore_audio_custom.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
ecore_audio_playback.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
ecore_audio_to_ogg.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
ecore_buffer_consumer_example.c examples ecore_buffer: correct argument order for calloc() 2015-11-30 16:31:58 +01:00
ecore_buffer_example.c ecore-buffer: Add ecore_buffer library to EFL. 2015-06-22 10:31:42 -04:00
ecore_buffer_provider_example.c examples ecore_buffer: correct argument order for calloc() 2015-11-30 16:31:58 +01:00
ecore_client_bench.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_compose_get_example.c ecore_example: fix file name in the example's comment. 2015-09-23 12:43:23 -07:00
ecore_con_client_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_con_client_simple_example.c ecore_con: remove code in examples that triggered warnings. 2015-02-03 14:30:27 +01:00
ecore_con_eet_client_example.c examples/ecore_con: Mark some unused parameters as such 2015-07-23 17:18:04 +02:00
ecore_con_eet_descriptor_example.c ecore_con: example program for ecore_con_eet. 2015-04-22 15:10:20 +02:00
ecore_con_eet_descriptor_example.h ecore_con: example program for ecore_con_eet. 2015-04-22 15:10:20 +02:00
ecore_con_eet_server_example.c examples/ecore_con: Mark some unused parameters as such 2015-07-23 17:18:04 +02:00
ecore_con_lookup_example.c examples/ecore_con: Mark some unused parameters as such 2015-07-23 17:18:04 +02:00
ecore_con_server_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_con_server_http_example.c ecore_con: preventing possible NULL pointer dereference. 2015-09-23 12:42:22 -07:00
ecore_con_server_simple_example.c ecore_con: preventing possible NULL pointer dereference. 2015-10-09 10:00:32 +02:00
ecore_con_url_cookies_example.c ecore_con: remove code in examples that triggered warnings. 2015-02-03 14:30:27 +01:00
ecore_con_url_download_example.c efl: add binary mode to open() calls 2015-12-05 21:06:04 +01:00
ecore_con_url_ftp_example.c ecore_con: add example for ftp upload. 2015-03-25 19:40:41 +01:00
ecore_con_url_headers_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_evas_basics_example.c ecore/example: --warning. 2014-04-29 14:04:10 +09:00
ecore_evas_buffer_example_01.c efl: add and fix some gcc lines and fix some examples. Its not possible to build from outside the directory with eina_prefix, the build still depends on PACKAGE_DATA_DIR 2013-02-08 17:35:17 +00:00
ecore_evas_buffer_example_02.c examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
ecore_evas_callbacks.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_evas_ews_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_evas_extn_plug_example.c [ecore_evas_extn] add function to block mouse event. 2015-05-15 16:46:22 +09:00
ecore_evas_extn_socket_example.c [ecore_evas_extn] add function to block mouse event. 2015-05-15 16:46:22 +09:00
ecore_evas_object_example.c Ecore_Evas: add new API for unset the cursor from Ecore_Evas. 2014-06-10 17:32:11 +09:00
ecore_evas_vnc_example.c examples/ecore: add example suffix to ecore_evas_vnc 2016-09-28 14:42:58 -03:00
ecore_evas_window_sizes_example.c examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
ecore_event_example_01.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_event_example_02.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_exe_example.c examples: fix various warnings in ecore and eina examples. 2014-01-10 16:37:45 +09:00
ecore_exe_example_child.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_fd_handler_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_fd_handler_gnutls_example.c Example, Ecore: fix compilation on Windows 2015-12-15 15:05:06 +09:00
ecore_file_download_example.c example: fix uninitialized variable in ecore. 2014-01-10 16:35:59 +09:00
ecore_getopt_example.c getopt: add positional argument handling. 2013-12-17 21:06:53 -02:00
ecore_idler_example.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
ecore_imf_example.c ecore_imf_example: remove unnecessary code to set client window 2015-08-20 16:11:24 +09:00
ecore_input_joystick_example.c Ecore_Input: define data type for joysticks 2016-06-13 20:33:29 +09:00
ecore_job_example.c examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
ecore_pipe_gstreamer_example.c examples: Use EINA_UNUSED in examples to silence a ton of warning 2014-02-28 14:37:53 +01:00
ecore_pipe_simple_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_poller_example.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
ecore_server_bench.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_thread_example.c examples: fix pointer <-> int conversion (windows 64 bits) in ecore and evas examples. 2014-01-10 16:36:39 +09:00
ecore_time_functions_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_timer_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
efl_io_copier_example.c efl_io_copier: add inactivity_timeout. 2016-10-22 10:52:22 -02:00
efl_io_copier_simple_example.c ecore: shutup unused arguments warning. 2016-09-09 16:22:55 -07:00
efl_io_queue_example.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
efl_net_dialer_http_example.c efl_io and efl_net examples: fix O_CLOEXEC on windows. 2016-09-16 07:42:24 -03:00
efl_net_dialer_udp_example.c efl_net_dialer_udp_example: be more 'correct' using events to read/write. 2016-10-21 13:33:27 -02:00
efl_net_dialer_websocket_autobahntestee.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
efl_net_dialer_websocket_example.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
efl_net_server_example.c efl_io_copier: add inactivity_timeout. 2016-10-22 10:52:22 -02:00
red.png Ecore: add examples 2012-12-03 19:36:16 +00:00