| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
| Animator |
|
||
| float |
|
||
|
|||
|
|||
| EventHandler |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
| FdHandler |
|
||
| IdleEnterer |
|
||
| IdleExiter |
|
||
| Idler |
|
||
|
|||
| float |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| float |
|
||
| Timer |
|
||
|
|||
__package__ = None
|
|||
__test__ =
|
|||
|
|||
Animator factory, for C-api compatibility. func signature:
|
Gets the priority at which to launch processes. This gets ths priority of launched processes. See exe_run_priority_set() for details. This just returns the value set by this call.
|
Sets the priority at which to launch processes. This sets the priority of processes run by Exe. If set to |
FdHandler factory, for C-api compatibility. func signature:
|
IdleEnterer factory, for C-api compatibility. func signature:
|
IdleExiter factory, for C-api compatibility. func signature:
|
Idler factory, for C-api compatibility. func signature:
|
Retrieves the time at which the last loop stopped waiting for timeouts or events. This gets the time (since Jan 1st, 1970, 12:00AM) that the main loop
ceased waiting for timouts and/or events to come in or for signals or any
other interrupt source. This should be considered a reference point fo
all time based activity that should calculate its timepoint from the
return of loop_time_get(). Use this UNLESS you absolutely must get the
current actual timepoint - then use
|
Ask Ecore to integrate with GLib, running its default GMainContext. After this call, Ecore will act like GLib's main loop and also dispatch GLib's timers, fd-handlers and idlers. It makes possible to run Ecore-based applications with libraries that depends on GLib main loop, like GConf, GTK, GUPnP and others.
|
Create an ecore event handler for ECORE_EXE_EVENT_ADD
|
Create an ecore event handler for ECORE_EXE_EVENT_DATA
|
Create an ecore event handler for ECORE_EXE_EVENT_DEL
|
Create an ecore event handler for ECORE_EXE_EVENT_ERROR
|
Create an ecore event handler for ECORE_EVENT_SIGNAL_EXIT
|
Create an ecore event handler for ECORE_EVENT_SIGNAL_HUP See Also: EventHandler |
Create an ecore event handler for ECORE_EVENT_SIGNAL_POWER See Also: EventHandler |
Create an ecore event handler for ECORE_EVENT_SIGNAL_REALTIME See Also: EventHandler |
Create an ecore event handler for ECORE_EVENT_SIGNAL_USER
|
Timer factory, for C-api compatibility. func signature:
|
|
|||
__test__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 17 18:29:46 2010 | http://epydoc.sourceforge.net |