Related Pages
Here is a list of all related documentation pages:
 Authors
 The Ecore Main Loop
 X Window SystemThe Ecore library includes a wrapper for handling the X window system
 ExamplesHere is a page with some Ecore examples explained:
 ecore_time - Differences between time functionsThis 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 exitersThis example demonstrates how to manage the idle state of the main loop
 ecore_job - Queuing tasksThis 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 exampleThis 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 useThis 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 lookupThis is a very simple example that shows how to make a simple DNS lookup using ecore_con_lookup()
 Ecore_Con_Url - downloading a fileThis is a simple example that shows how to download a file using Ecore_Con_Url
 Ecore_Con_Url - Managing cookiesThis example shows how to use an Ecore_Con_Url and enable it to receive/send cookies
 Ecore_Con_Url - customizing a requestThis is a simple example that shows how to make a custom request using Ecore_Con_Url
 Ecore_Con - Creating a serverIn this example we are going to create a server that listens for connections from clients through a TCP port
 Ecore_Con - Creating a clientFollowing 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_exampleHere is an example that uses the pipe wrapper with a Gstreamer pipeline
 tutorial_ecore_pipe_simple_example
 Ecore animator example
 Ecore_Thread - API overviewWorking with threads is hard
 Ecore Evas Callbacks
 Ecore_Evas window size hintsOn 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 exampleBetween 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 exampleIn this example, we'll demonstrate the use of ecore_evas_object_image_new()
 Ecore_exeCreating a processes and IPC (Inter process communication)
 ecore_imf - How to handle preedit and commit string from Input Method FrameworkThis example demonstrates how to connect input method framework and handle preedit and commit string from input method framework
 Todo List