Modules | Functions
Ecore_IPC - Inter Process Communication Library Functions

Functions that set up and shut down the Ecore IPC Library. More...

Modules

 IPC Server Functions
 Functions the deal with IPC server objects.
 
 IPC Client Functions
 Functions that deal with IPC client objects.
 

Functions

EAPI int ecore_ipc_init (void)
 Initialises the Ecore IPC library. More...
 
EAPI int ecore_ipc_shutdown (void)
 Shuts down the Ecore IPC library. More...
 

Detailed Description

Functions that set up and shut down the Ecore IPC Library.

Function Documentation

◆ ecore_ipc_init()

EAPI int ecore_ipc_init ( void  )

◆ ecore_ipc_shutdown()

EAPI int ecore_ipc_shutdown ( void  )

Shuts down the Ecore IPC library.

Returns
Number of times the library has been initialised without being shut down.

References ecore_con_shutdown(), ecore_event_handler_del(), ecore_ipc_server_del(), EINA_LIST_FOREACH_SAFE, and eina_log_domain_unregister().