Related Pages
Here is a list of all related documentation pages:
oAuthors
oThe Ecore Main Loop
oX Window SystemThe Ecore library includes a wrapper for handling the X window system
oExamplesHere is a page with some Ecore examples explained:
oecore_time - Differences between time functionsThis example shows the difference between calling ecore_time_get(), ecore_loop_time_get() and ecore_time_unix_get()
oecore timers - Scheduled events
oecore idle state - Idlers, enterers and exitersThis example demonstrates how to manage the idle state of the main loop
oecore_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
oHandling 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
oecore 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
oecore fd handlers - Monitoring file descriptors
oecore poller - Repetitive polling tasks
oEcore_Con - DNS lookupThis is a very simple example that shows how to make a simple DNS lookup using ecore_con_lookup()
oEcore_Con_Url - downloading a fileThis is a simple example that shows how to download a file using Ecore_Con_Url
oEcore_Con_Url - Managing cookiesThis example shows how to use an Ecore_Con_Url and enable it to receive/send cookies
oEcore_Con_Url - customizing a requestThis is a simple example that shows how to make a custom request using Ecore_Con_Url
oEcore_Con - Creating a serverIn this example we are going to create a server that listens for connections from clients through a TCP port
oEcore_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
otutorial_ecore_pipe_gstreamer_exampleHere is an example that uses the pipe wrapper with a Gstreamer pipeline
otutorial_ecore_pipe_simple_example
oEcore animator example
oEcore_Thread - API overviewWorking with threads is hard
oEcore Evas Callbacks
oEcore_Evas window size hintsOn this example, we show you how to deal with Ecore_Evas window size hints, which are implemented per Evas engine
oEcore Evas Object example
oEcore Evas basics example
oEcore_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
oEcore_Evas (image) buffer exampleIn this example, we'll demonstrate the use of ecore_evas_object_image_new()
\Todo List