|
|
|
@ -30,6 +30,7 @@ typedef enum |
|
|
|
|
|
|
|
|
|
EINTERN int e_exec_init(void); |
|
|
|
|
EINTERN int e_exec_shutdown(void); |
|
|
|
|
EAPI void e_exec_executor_set(E_Exec_Instance *(*func) (void *data, E_Zone *zone, Efreet_Desktop *desktop, const char *exec, Eina_List *files, const char *launch_method), const void *data); |
|
|
|
|
EAPI E_Exec_Instance *e_exec(E_Zone *zone, Efreet_Desktop *desktop, const char *exec, Eina_List *files, const char *launch_method); |
|
|
|
|
EAPI E_Exec_Instance *e_exec_startup_id_pid_instance_find(int id, pid_t pid); |
|
|
|
|
EAPI Efreet_Desktop *e_exec_startup_id_pid_find(int startup_id, pid_t pid); |
|
|
|
|