Related Pages
Here is a list of all related documentation pages:
Authors | |
The Ecore Main Loop | |
X Window System | The Ecore library includes a wrapper for handling the X window system |
Examples | Here is a page with some Ecore examples explained: |
ecore_time - Differences between time functions | This example shows the difference between calling ecore_time_get(), ecore_loop_time_get() and ecore_time_unix_get() |
ecore timers - Scheduled events | |
ecore idle state - Idlers, enterers and exiters | This example demonstrates how to manage the idle state of the main loop |
ecore_job - Queuing tasks | This example shows how an Ecore_Job can be added, how it can be deleted, and that they always execute in the added order |
Handling events example | This example shows the simplest possible way to register a handler for an ecore event, this way we can focus on the important aspects |
ecore events and handlers - Setup and use | This example shows how to create a new type of event, setup some event handlers to it, fire the event and have the callbacks called |
ecore fd handlers - Monitoring file descriptors | |
ecore poller - Repetitive polling tasks | |
Ecore_Con - DNS lookup | This is a very simple example that shows how to make a simple DNS lookup using ecore_con_lookup() |
Ecore_Con_Url - downloading a file | This is a simple example that shows how to download a file using Ecore_Con_Url |
Ecore_Con_Url - Managing cookies | This example shows how to use an Ecore_Con_Url and enable it to receive/send cookies |
Ecore_Con_Url - customizing a request | This is a simple example that shows how to make a custom request using Ecore_Con_Url |
Ecore_Con - Creating a server | In this example we are going to create a server that listens for connections from clients through a TCP port |
Ecore_Con - Creating a client | Following the same idea as the Ecore_Con - Creating a server , this example will demonstrate how to create a client that connects to a specified server through a TCP port |
tutorial_ecore_pipe_gstreamer_example | Here is an example that uses the pipe wrapper with a Gstreamer pipeline |
tutorial_ecore_pipe_simple_example | |
Ecore animator example | |
Ecore_Thread - API overview | Working with threads is hard |
Ecore Evas Callbacks | |
Ecore_Evas window size hints | On this example, we show you how to deal with Ecore_Evas window size hints, which are implemented per Evas engine |
Ecore Evas Object example | |
Ecore Evas basics example | |
Ecore_Evas buffer example | Between the Evas examples, there is one in which one creates a canvas bound to the Evas buffer engine and uses its pixel contents to create an PPM image on disk |
Ecore_Evas (image) buffer example | In this example, we'll demonstrate the use of ecore_evas_object_image_new() |
Ecore_exe | Creating a processes and IPC (Inter process communication) |
ecore_imf - How to handle preedit and commit string from Input Method Framework | This example demonstrates how to connect input method framework and handle preedit and commit string from input method framework |
Todo List |